Shades of Periwinkle #C8D2EF
Tints of Periwinkle #C8D2EF
RGB
CMYK
RGB Variations
Color information
#C8D2EF (or 0xC8D2EF) is known color: Periwinkle. HEX triplet: C8, D2 and EF. RGB value is (200,210,239). Sum of RGB (Red+Green+Blue) = 200+210+239=649 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.82% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8D2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D2EF is #372D10. Grayscale: #D2D2D2. Windows color (decimal): -3616017 or 15717064. OLE color: 15717064.
HSL color Cylindrical-coordinate representation of color #C8D2EF: hue angle of 224.62º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8D2EF is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 210 | 239 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.06 |
| HSL | 224.62º | 0.55% | 0.86% | - |
| HSV(B) | 224.62º | 0.16% | 0.94% | - |
| XYZ | 62.45 | 64.6 | 90.84 | - |
| YUV | 210.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 239 | 0.16 | 0.12 | 0 | 0.06 | 224.62 | 0.55 | 0.86 |
| Hex | C8 | D2 | EF | 10 | C | 0 | 6 | E1 | 37 | 56 |
| Octal | 310 | 322 | 357 | 20 | 14 | 0 | 6 | 341 | 67 | 126 |
| Binary | 11001000 | 11010010 | 11101111 | 10000 | 1100 | 0 | 110 | 11100001 | 110111 | 1010110 |
Color Harmonies of #C8D2EF
Complementary color
Monochromatic Colors of #C8D2EF
Black with #C8D2EF
Text Example
Text Example
White with #C8D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D2EF; }
p { color: rgb(200,210,239); }
H1.HeaderClassName
{
color: #C8D2EF;
}
.AnyTagClassName
{
color: #C8D2EF;
}
</style>
background-color css
<style>
a { background-color: #C8D2EF; }
a { background-color: rgb(200,210,239); }
div.DivClassName
{
background-color: #C8D2EF;
}
.BgClassName
{
background-color: #C8D2EF;
}
</style>
border-color css
<style>
span { border-color: #C8D2EF; }
span { border-color: rgb(200,210,239); }
td.TdClassName
{
border-color: #C8D2EF;
}
.TagClassName
{
border-color: #C8D2EF;
}
</style>