Shades of Periwinkle #C8CEEF
Tints of Periwinkle #C8CEEF
RGB
CMYK
RGB Variations
Color information
#C8CEEF (or 0xC8CEEF) is known color: Periwinkle. HEX triplet: C8, CE and EF. RGB value is (200,206,239). Sum of RGB (Red+Green+Blue) = 200+206+239=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEEF is #373110. Grayscale: #CFCFCF. Windows color (decimal): -3617041 or 15716040. OLE color: 15716040.
HSL color Cylindrical-coordinate representation of color #C8CEEF: hue angle of 230.77º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CEEF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 206 | 239 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.06 |
| HSL | 230.77º | 0.55% | 0.86% | - |
| HSV(B) | 230.77º | 0.16% | 0.94% | - |
| XYZ | 61.47 | 62.65 | 90.51 | - |
| YUV | 207.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 239 | 0.16 | 0.14 | 0 | 0.06 | 230.77 | 0.55 | 0.86 |
| Hex | C8 | CE | EF | 10 | E | 0 | 6 | E7 | 37 | 56 |
| Octal | 310 | 316 | 357 | 20 | 16 | 0 | 6 | 347 | 67 | 126 |
| Binary | 11001000 | 11001110 | 11101111 | 10000 | 1110 | 0 | 110 | 11100111 | 110111 | 1010110 |
Color Harmonies of #C8CEEF
Complementary color
Monochromatic Colors of #C8CEEF
Black with #C8CEEF
Text Example
Text Example
White with #C8CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEEF; }
p { color: rgb(200,206,239); }
H1.HeaderClassName
{
color: #C8CEEF;
}
.AnyTagClassName
{
color: #C8CEEF;
}
</style>
background-color css
<style>
a { background-color: #C8CEEF; }
a { background-color: rgb(200,206,239); }
div.DivClassName
{
background-color: #C8CEEF;
}
.BgClassName
{
background-color: #C8CEEF;
}
</style>
border-color css
<style>
span { border-color: #C8CEEF; }
span { border-color: rgb(200,206,239); }
td.TdClassName
{
border-color: #C8CEEF;
}
.TagClassName
{
border-color: #C8CEEF;
}
</style>