Shades of Periwinkle #C8D2E5
Tints of Periwinkle #C8D2E5
RGB
CMYK
RGB Variations
Color information
#C8D2E5 (or 0xC8D2E5) is known color: Periwinkle. HEX triplet: C8, D2 and E5. RGB value is (200,210,229). Sum of RGB (Red+Green+Blue) = 200+210+229=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #C8D2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2E5 is #372D1A. Grayscale: #D1D1D1. Windows color (decimal): -3616027 or 15061704. OLE color: 15061704.
HSL color Cylindrical-coordinate representation of color #C8D2E5: hue angle of 219.31º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8D2E5 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 210 | 229 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.10 |
| HSL | 219.31º | 0.36% | 0.84% | - |
| HSV(B) | 219.31º | 0.13% | 0.9% | - |
| XYZ | 61.01 | 64.03 | 83.27 | - |
| YUV | 209.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 229 | 0.13 | 0.08 | 0 | 0.10 | 219.31 | 0.36 | 0.84 |
| Hex | C8 | D2 | E5 | D | 8 | 0 | A | DB | 24 | 54 |
| Octal | 310 | 322 | 345 | 15 | 10 | 0 | 12 | 333 | 44 | 124 |
| Binary | 11001000 | 11010010 | 11100101 | 1101 | 1000 | 0 | 1010 | 11011011 | 100100 | 1010100 |
Color Harmonies of #C8D2E5
Complementary color
Monochromatic Colors of #C8D2E5
Black with #C8D2E5
Text Example
Text Example
White with #C8D2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D2E5; }
p { color: rgb(200,210,229); }
H1.HeaderClassName
{
color: #C8D2E5;
}
.AnyTagClassName
{
color: #C8D2E5;
}
</style>
background-color css
<style>
a { background-color: #C8D2E5; }
a { background-color: rgb(200,210,229); }
div.DivClassName
{
background-color: #C8D2E5;
}
.BgClassName
{
background-color: #C8D2E5;
}
</style>
border-color css
<style>
span { border-color: #C8D2E5; }
span { border-color: rgb(200,210,229); }
td.TdClassName
{
border-color: #C8D2E5;
}
.TagClassName
{
border-color: #C8D2E5;
}
</style>