Shades of Periwinkle #C9CAE8
Tints of Periwinkle #C9CAE8
RGB
CMYK
RGB Variations
Color information
#C9CAE8 (or 0xC9CAE8) is known color: Periwinkle. HEX triplet: C9, CA and E8. RGB value is (201,202,232). Sum of RGB (Red+Green+Blue) = 201+202+232=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 232 - color contains mainly: blue. Hex color #C9CAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CAE8 is #363517. Grayscale: #CDCDCD. Windows color (decimal): -3552536 or 15256265. OLE color: 15256265.
HSL color Cylindrical-coordinate representation of color #C9CAE8: hue angle of 238.06º 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 #C9CAE8 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 202 | 232 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.09 |
| HSL | 238.06º | 0.4% | 0.85% | - |
| HSV(B) | 238.06º | 0.13% | 0.91% | - |
| XYZ | 59.77 | 60.48 | 84.87 | - |
| YUV | 205.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 232 | 0.13 | 0.13 | 0 | 0.09 | 238.06 | 0.4 | 0.85 |
| Hex | C9 | CA | E8 | D | D | 0 | 9 | EE | 28 | 55 |
| Octal | 311 | 312 | 350 | 15 | 15 | 0 | 11 | 356 | 50 | 125 |
| Binary | 11001001 | 11001010 | 11101000 | 1101 | 1101 | 0 | 1001 | 11101110 | 101000 | 1010101 |
Color Harmonies of #C9CAE8
Complementary color
Monochromatic Colors of #C9CAE8
Black with #C9CAE8
Text Example
Text Example
White with #C9CAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CAE8; }
p { color: rgb(201,202,232); }
H1.HeaderClassName
{
color: #C9CAE8;
}
.AnyTagClassName
{
color: #C9CAE8;
}
</style>
background-color css
<style>
a { background-color: #C9CAE8; }
a { background-color: rgb(201,202,232); }
div.DivClassName
{
background-color: #C9CAE8;
}
.BgClassName
{
background-color: #C9CAE8;
}
</style>
border-color css
<style>
span { border-color: #C9CAE8; }
span { border-color: rgb(201,202,232); }
td.TdClassName
{
border-color: #C9CAE8;
}
.TagClassName
{
border-color: #C9CAE8;
}
</style>