Shades of Periwinkle #C8CAE9
Tints of Periwinkle #C8CAE9
RGB
CMYK
RGB Variations
Color information
#C8CAE9 (or 0xC8CAE9) is known color: Periwinkle. HEX triplet: C8, CA and E9. RGB value is (200,202,233). Sum of RGB (Red+Green+Blue) = 200+202+233=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8CAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAE9 is #373516. Grayscale: #CCCCCC. Windows color (decimal): -3618071 or 15321800. OLE color: 15321800.
HSL color Cylindrical-coordinate representation of color #C8CAE9: hue angle of 236.36º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8CAE9 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 202 | 233 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.09 |
| HSL | 236.36º | 0.43% | 0.85% | - |
| HSV(B) | 236.36º | 0.14% | 0.91% | - |
| XYZ | 59.65 | 60.4 | 85.61 | - |
| YUV | 204.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 233 | 0.14 | 0.13 | 0 | 0.09 | 236.36 | 0.43 | 0.85 |
| Hex | C8 | CA | E9 | E | D | 0 | 9 | EC | 2B | 55 |
| Octal | 310 | 312 | 351 | 16 | 15 | 0 | 11 | 354 | 53 | 125 |
| Binary | 11001000 | 11001010 | 11101001 | 1110 | 1101 | 0 | 1001 | 11101100 | 101011 | 1010101 |
Color Harmonies of #C8CAE9
Complementary color
Monochromatic Colors of #C8CAE9
Black with #C8CAE9
Text Example
Text Example
White with #C8CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAE9; }
p { color: rgb(200,202,233); }
H1.HeaderClassName
{
color: #C8CAE9;
}
.AnyTagClassName
{
color: #C8CAE9;
}
</style>
background-color css
<style>
a { background-color: #C8CAE9; }
a { background-color: rgb(200,202,233); }
div.DivClassName
{
background-color: #C8CAE9;
}
.BgClassName
{
background-color: #C8CAE9;
}
</style>
border-color css
<style>
span { border-color: #C8CAE9; }
span { border-color: rgb(200,202,233); }
td.TdClassName
{
border-color: #C8CAE9;
}
.TagClassName
{
border-color: #C8CAE9;
}
</style>