Shades of Periwinkle #C8CEED
Tints of Periwinkle #C8CEED
RGB
CMYK
RGB Variations
Color information
#C8CEED (or 0xC8CEED) is known color: Periwinkle. HEX triplet: C8, CE and ED. RGB value is (200,206,237). Sum of RGB (Red+Green+Blue) = 200+206+237=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEED is #373112. Grayscale: #CFCFCF. Windows color (decimal): -3617043 or 15584968. OLE color: 15584968.
HSL color Cylindrical-coordinate representation of color #C8CEED: hue angle of 230.27º degrees, saturation: 0.51, 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 #C8CEED is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 206 | 237 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.07 |
| HSL | 230.27º | 0.51% | 0.86% | - |
| HSV(B) | 230.27º | 0.16% | 0.93% | - |
| XYZ | 61.18 | 62.54 | 88.97 | - |
| YUV | 207.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 237 | 0.16 | 0.13 | 0 | 0.07 | 230.27 | 0.51 | 0.86 |
| Hex | C8 | CE | ED | 10 | D | 0 | 7 | E6 | 33 | 56 |
| Octal | 310 | 316 | 355 | 20 | 15 | 0 | 7 | 346 | 63 | 126 |
| Binary | 11001000 | 11001110 | 11101101 | 10000 | 1101 | 0 | 111 | 11100110 | 110011 | 1010110 |
Color Harmonies of #C8CEED
Complementary color
Monochromatic Colors of #C8CEED
Black with #C8CEED
Text Example
Text Example
White with #C8CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEED; }
p { color: rgb(200,206,237); }
H1.HeaderClassName
{
color: #C8CEED;
}
.AnyTagClassName
{
color: #C8CEED;
}
</style>
background-color css
<style>
a { background-color: #C8CEED; }
a { background-color: rgb(200,206,237); }
div.DivClassName
{
background-color: #C8CEED;
}
.BgClassName
{
background-color: #C8CEED;
}
</style>
border-color css
<style>
span { border-color: #C8CEED; }
span { border-color: rgb(200,206,237); }
td.TdClassName
{
border-color: #C8CEED;
}
.TagClassName
{
border-color: #C8CEED;
}
</style>