Shades of Periwinkle #C9CEE8
Tints of Periwinkle #C9CEE8
RGB
CMYK
RGB Variations
Color information
#C9CEE8 (or 0xC9CEE8) is known color: Periwinkle. HEX triplet: C9, CE and E8. RGB value is (201,206,232). Sum of RGB (Red+Green+Blue) = 201+206+232=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #C9CEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CEE8 is #363117. Grayscale: #CFCFCF. Windows color (decimal): -3551512 or 15257289. OLE color: 15257289.
HSL color Cylindrical-coordinate representation of color #C9CEE8: hue angle of 230.32º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9CEE8 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 206 | 232 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.09 |
| HSL | 230.32º | 0.4% | 0.85% | - |
| HSV(B) | 230.32º | 0.13% | 0.91% | - |
| XYZ | 60.72 | 62.39 | 85.19 | - |
| YUV | 207.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 232 | 0.13 | 0.11 | 0 | 0.09 | 230.32 | 0.4 | 0.85 |
| Hex | C9 | CE | E8 | D | B | 0 | 9 | E6 | 28 | 55 |
| Octal | 311 | 316 | 350 | 15 | 13 | 0 | 11 | 346 | 50 | 125 |
| Binary | 11001001 | 11001110 | 11101000 | 1101 | 1011 | 0 | 1001 | 11100110 | 101000 | 1010101 |
Color Harmonies of #C9CEE8
Complementary color
Monochromatic Colors of #C9CEE8
Black with #C9CEE8
Text Example
Text Example
White with #C9CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEE8; }
p { color: rgb(201,206,232); }
H1.HeaderClassName
{
color: #C9CEE8;
}
.AnyTagClassName
{
color: #C9CEE8;
}
</style>
background-color css
<style>
a { background-color: #C9CEE8; }
a { background-color: rgb(201,206,232); }
div.DivClassName
{
background-color: #C9CEE8;
}
.BgClassName
{
background-color: #C9CEE8;
}
</style>
border-color css
<style>
span { border-color: #C9CEE8; }
span { border-color: rgb(201,206,232); }
td.TdClassName
{
border-color: #C9CEE8;
}
.TagClassName
{
border-color: #C9CEE8;
}
</style>