Shades of Periwinkle #C8D0EC
Tints of Periwinkle #C8D0EC
RGB
CMYK
RGB Variations
Color information
#C8D0EC (or 0xC8D0EC) is known color: Periwinkle. HEX triplet: C8, D0 and EC. RGB value is (200,208,236). Sum of RGB (Red+Green+Blue) = 200+208+236=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8D0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D0EC is #372F13. Grayscale: #D0D0D0. Windows color (decimal): -3616532 or 15519944. OLE color: 15519944.
HSL color Cylindrical-coordinate representation of color #C8D0EC: hue angle of 226.67º 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 #C8D0EC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 208 | 236 | - |
CMYK | 0.15 | 0.12 | 0 | 0.07 |
HSL | 226.67º | 0.49% | 0.85% | - |
HSV(B) | 226.67º | 0.15% | 0.93% | - |
XYZ | 61.52 | 63.45 | 88.36 | - |
YUV | 208.8 | 143.35 | 121.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 208 | 236 | 0.15 | 0.12 | 0 | 0.07 | 226.67 | 0.49 | 0.85 |
Hex | C8 | D0 | EC | F | C | 0 | 7 | E3 | 31 | 55 |
Octal | 310 | 320 | 354 | 17 | 14 | 0 | 7 | 343 | 61 | 125 |
Binary | 11001000 | 11010000 | 11101100 | 1111 | 1100 | 0 | 111 | 11100011 | 110001 | 1010101 |
Color Harmonies of #C8D0EC
Complementary color
Monochromatic Colors of #C8D0EC
Black with #C8D0EC
Text Example
Text Example
White with #C8D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D0EC; }
p { color: rgb(200,208,236); }
H1.HeaderClassName
{
color: #C8D0EC;
}
.AnyTagClassName
{
color: #C8D0EC;
}
</style>
background-color css
<style>
a { background-color: #C8D0EC; }
a { background-color: rgb(200,208,236); }
div.DivClassName
{
background-color: #C8D0EC;
}
.BgClassName
{
background-color: #C8D0EC;
}
</style>
border-color css
<style>
span { border-color: #C8D0EC; }
span { border-color: rgb(200,208,236); }
td.TdClassName
{
border-color: #C8D0EC;
}
.TagClassName
{
border-color: #C8D0EC;
}
</style>