Shades of Periwinkle #C8CEEB
Tints of Periwinkle #C8CEEB
RGB
CMYK
RGB Variations
Color information
#C8CEEB (or 0xC8CEEB) is known color: Periwinkle. HEX triplet: C8, CE and EB. RGB value is (200,206,235). Sum of RGB (Red+Green+Blue) = 200+206+235=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEEB is #373114. Grayscale: #CFCFCF. Windows color (decimal): -3617045 or 15453896. OLE color: 15453896.
HSL color Cylindrical-coordinate representation of color #C8CEEB: hue angle of 229.71º degrees, saturation: 0.47, 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 #C8CEEB is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 206 | 235 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.08 |
| HSL | 229.71º | 0.47% | 0.85% | - |
| HSV(B) | 229.71º | 0.15% | 0.92% | - |
| XYZ | 60.89 | 62.42 | 87.44 | - |
| YUV | 207.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 235 | 0.15 | 0.12 | 0 | 0.08 | 229.71 | 0.47 | 0.85 |
| Hex | C8 | CE | EB | F | C | 0 | 8 | E6 | 2F | 55 |
| Octal | 310 | 316 | 353 | 17 | 14 | 0 | 10 | 346 | 57 | 125 |
| Binary | 11001000 | 11001110 | 11101011 | 1111 | 1100 | 0 | 1000 | 11100110 | 101111 | 1010101 |
Color Harmonies of #C8CEEB
Complementary color
Monochromatic Colors of #C8CEEB
Black with #C8CEEB
Text Example
Text Example
White with #C8CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEEB; }
p { color: rgb(200,206,235); }
H1.HeaderClassName
{
color: #C8CEEB;
}
.AnyTagClassName
{
color: #C8CEEB;
}
</style>
background-color css
<style>
a { background-color: #C8CEEB; }
a { background-color: rgb(200,206,235); }
div.DivClassName
{
background-color: #C8CEEB;
}
.BgClassName
{
background-color: #C8CEEB;
}
</style>
border-color css
<style>
span { border-color: #C8CEEB; }
span { border-color: rgb(200,206,235); }
td.TdClassName
{
border-color: #C8CEEB;
}
.TagClassName
{
border-color: #C8CEEB;
}
</style>