Shades of Periwinkle #C8CEEA
Tints of Periwinkle #C8CEEA
RGB
CMYK
RGB Variations
Color information
#C8CEEA (or 0xC8CEEA) is known color: Periwinkle. HEX triplet: C8, CE and EA. RGB value is (200,206,234). Sum of RGB (Red+Green+Blue) = 200+206+234=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEEA is #373115. Grayscale: #CFCFCF. Windows color (decimal): -3617046 or 15388360. OLE color: 15388360.
HSL color Cylindrical-coordinate representation of color #C8CEEA: hue angle of 229.41º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8CEEA is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 206 | 234 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.08 |
| HSL | 229.41º | 0.45% | 0.85% | - |
| HSV(B) | 229.41º | 0.15% | 0.92% | - |
| XYZ | 60.74 | 62.36 | 86.68 | - |
| YUV | 207.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 234 | 0.15 | 0.12 | 0 | 0.08 | 229.41 | 0.45 | 0.85 |
| Hex | C8 | CE | EA | F | C | 0 | 8 | E5 | 2D | 55 |
| Octal | 310 | 316 | 352 | 17 | 14 | 0 | 10 | 345 | 55 | 125 |
| Binary | 11001000 | 11001110 | 11101010 | 1111 | 1100 | 0 | 1000 | 11100101 | 101101 | 1010101 |
Color Harmonies of #C8CEEA
Complementary color
Monochromatic Colors of #C8CEEA
Black with #C8CEEA
Text Example
Text Example
White with #C8CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEEA; }
p { color: rgb(200,206,234); }
H1.HeaderClassName
{
color: #C8CEEA;
}
.AnyTagClassName
{
color: #C8CEEA;
}
</style>
background-color css
<style>
a { background-color: #C8CEEA; }
a { background-color: rgb(200,206,234); }
div.DivClassName
{
background-color: #C8CEEA;
}
.BgClassName
{
background-color: #C8CEEA;
}
</style>
border-color css
<style>
span { border-color: #C8CEEA; }
span { border-color: rgb(200,206,234); }
td.TdClassName
{
border-color: #C8CEEA;
}
.TagClassName
{
border-color: #C8CEEA;
}
</style>