Shades of Periwinkle #C8CEEE
Tints of Periwinkle #C8CEEE
RGB
CMYK
RGB Variations
Color information
#C8CEEE (or 0xC8CEEE) is known color: Periwinkle. HEX triplet: C8, CE and EE. RGB value is (200,206,238). Sum of RGB (Red+Green+Blue) = 200+206+238=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEEE is #373111. Grayscale: #CFCFCF. Windows color (decimal): -3617042 or 15650504. OLE color: 15650504.
HSL color Cylindrical-coordinate representation of color #C8CEEE: hue angle of 230.53º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CEEE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 206 | 238 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.07 |
| HSL | 230.53º | 0.53% | 0.86% | - |
| HSV(B) | 230.53º | 0.16% | 0.93% | - |
| XYZ | 61.32 | 62.6 | 89.74 | - |
| YUV | 207.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 238 | 0.16 | 0.13 | 0 | 0.07 | 230.53 | 0.53 | 0.86 |
| Hex | C8 | CE | EE | 10 | D | 0 | 7 | E7 | 35 | 56 |
| Octal | 310 | 316 | 356 | 20 | 15 | 0 | 7 | 347 | 65 | 126 |
| Binary | 11001000 | 11001110 | 11101110 | 10000 | 1101 | 0 | 111 | 11100111 | 110101 | 1010110 |
Color Harmonies of #C8CEEE
Complementary color
Monochromatic Colors of #C8CEEE
Black with #C8CEEE
Text Example
Text Example
White with #C8CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEEE; }
p { color: rgb(200,206,238); }
H1.HeaderClassName
{
color: #C8CEEE;
}
.AnyTagClassName
{
color: #C8CEEE;
}
</style>
background-color css
<style>
a { background-color: #C8CEEE; }
a { background-color: rgb(200,206,238); }
div.DivClassName
{
background-color: #C8CEEE;
}
.BgClassName
{
background-color: #C8CEEE;
}
</style>
border-color css
<style>
span { border-color: #C8CEEE; }
span { border-color: rgb(200,206,238); }
td.TdClassName
{
border-color: #C8CEEE;
}
.TagClassName
{
border-color: #C8CEEE;
}
</style>