Shades of Periwinkle #C8CCEC
Tints of Periwinkle #C8CCEC
RGB
CMYK
RGB Variations
Color information
#C8CCEC (or 0xC8CCEC) is known color: Periwinkle. HEX triplet: C8, CC and EC. RGB value is (200,204,236). Sum of RGB (Red+Green+Blue) = 200+204+236=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCEC is #373313. Grayscale: #CECECE. Windows color (decimal): -3617556 or 15518920. OLE color: 15518920.
HSL color Cylindrical-coordinate representation of color #C8CCEC: hue angle of 233.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8CCEC is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 204 | 236 | - |
CMYK | 0.15 | 0.14 | 0 | 0.07 |
HSL | 233.33º | 0.49% | 0.85% | - |
HSV(B) | 233.33º | 0.15% | 0.93% | - |
XYZ | 60.55 | 61.52 | 88.04 | - |
YUV | 206.45 | 144.67 | 123.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 204 | 236 | 0.15 | 0.14 | 0 | 0.07 | 233.33 | 0.49 | 0.85 |
Hex | C8 | CC | EC | F | E | 0 | 7 | E9 | 31 | 55 |
Octal | 310 | 314 | 354 | 17 | 16 | 0 | 7 | 351 | 61 | 125 |
Binary | 11001000 | 11001100 | 11101100 | 1111 | 1110 | 0 | 111 | 11101001 | 110001 | 1010101 |
Color Harmonies of #C8CCEC
Complementary color
Monochromatic Colors of #C8CCEC
Black with #C8CCEC
Text Example
Text Example
White with #C8CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCEC; }
p { color: rgb(200,204,236); }
H1.HeaderClassName
{
color: #C8CCEC;
}
.AnyTagClassName
{
color: #C8CCEC;
}
</style>
background-color css
<style>
a { background-color: #C8CCEC; }
a { background-color: rgb(200,204,236); }
div.DivClassName
{
background-color: #C8CCEC;
}
.BgClassName
{
background-color: #C8CCEC;
}
</style>
border-color css
<style>
span { border-color: #C8CCEC; }
span { border-color: rgb(200,204,236); }
td.TdClassName
{
border-color: #C8CCEC;
}
.TagClassName
{
border-color: #C8CCEC;
}
</style>