Shades of Periwinkle #C8CEE8
Tints of Periwinkle #C8CEE8
RGB
CMYK
RGB Variations
Color information
#C8CEE8 (or 0xC8CEE8) is known color: Periwinkle. HEX triplet: C8, CE and E8. RGB value is (200,206,232). Sum of RGB (Red+Green+Blue) = 200+206+232=638 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.35% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8CEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEE8 is #373117. Grayscale: #CFCFCF. Windows color (decimal): -3617048 or 15257288. OLE color: 15257288.
HSL color Cylindrical-coordinate representation of color #C8CEE8: hue angle of 228.75º degrees, saturation: 0.41, 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 #C8CEE8 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 206 | 232 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.09 |
| HSL | 228.75º | 0.41% | 0.85% | - |
| HSV(B) | 228.75º | 0.14% | 0.91% | - |
| XYZ | 60.46 | 62.25 | 85.17 | - |
| YUV | 207.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 232 | 0.14 | 0.11 | 0 | 0.09 | 228.75 | 0.41 | 0.85 |
| Hex | C8 | CE | E8 | E | B | 0 | 9 | E5 | 29 | 55 |
| Octal | 310 | 316 | 350 | 16 | 13 | 0 | 11 | 345 | 51 | 125 |
| Binary | 11001000 | 11001110 | 11101000 | 1110 | 1011 | 0 | 1001 | 11100101 | 101001 | 1010101 |
Color Harmonies of #C8CEE8
Complementary color
Monochromatic Colors of #C8CEE8
Black with #C8CEE8
Text Example
Text Example
White with #C8CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEE8; }
p { color: rgb(200,206,232); }
H1.HeaderClassName
{
color: #C8CEE8;
}
.AnyTagClassName
{
color: #C8CEE8;
}
</style>
background-color css
<style>
a { background-color: #C8CEE8; }
a { background-color: rgb(200,206,232); }
div.DivClassName
{
background-color: #C8CEE8;
}
.BgClassName
{
background-color: #C8CEE8;
}
</style>
border-color css
<style>
span { border-color: #C8CEE8; }
span { border-color: rgb(200,206,232); }
td.TdClassName
{
border-color: #C8CEE8;
}
.TagClassName
{
border-color: #C8CEE8;
}
</style>