Shades of Periwinkle #C3CDE6
Tints of Periwinkle #C3CDE6
RGB
CMYK
RGB Variations
Color information
#C3CDE6 (or 0xC3CDE6) is known color: Periwinkle. HEX triplet: C3, CD and E6. RGB value is (195,205,230). Sum of RGB (Red+Green+Blue) = 195+205+230=630 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.95% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #C3CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CDE6 is #3C3219. Grayscale: #CCCCCC. Windows color (decimal): -3944986 or 15125955. OLE color: 15125955.
HSL color Cylindrical-coordinate representation of color #C3CDE6: hue angle of 222.86º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3CDE6 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 195 | 205 | 230 | - |
CMYK | 0.15 | 0.11 | 0 | 0.10 |
HSL | 222.86º | 0.41% | 0.83% | - |
HSV(B) | 222.86º | 0.15% | 0.9% | - |
XYZ | 58.62 | 60.98 | 83.54 | - |
YUV | 204.86 | 142.19 | 120.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 205 | 230 | 0.15 | 0.11 | 0 | 0.10 | 222.86 | 0.41 | 0.83 |
Hex | C3 | CD | E6 | F | B | 0 | A | DF | 29 | 53 |
Octal | 303 | 315 | 346 | 17 | 13 | 0 | 12 | 337 | 51 | 123 |
Binary | 11000011 | 11001101 | 11100110 | 1111 | 1011 | 0 | 1010 | 11011111 | 101001 | 1010011 |
Color Harmonies of #C3CDE6
Complementary color
Monochromatic Colors of #C3CDE6
Black with #C3CDE6
Text Example
Text Example
White with #C3CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDE6; }
p { color: rgb(195,205,230); }
H1.HeaderClassName
{
color: #C3CDE6;
}
.AnyTagClassName
{
color: #C3CDE6;
}
</style>
background-color css
<style>
a { background-color: #C3CDE6; }
a { background-color: rgb(195,205,230); }
div.DivClassName
{
background-color: #C3CDE6;
}
.BgClassName
{
background-color: #C3CDE6;
}
</style>
border-color css
<style>
span { border-color: #C3CDE6; }
span { border-color: rgb(195,205,230); }
td.TdClassName
{
border-color: #C3CDE6;
}
.TagClassName
{
border-color: #C3CDE6;
}
</style>