Shades of Periwinkle #C8D1ED
Tints of Periwinkle #C8D1ED
RGB
CMYK
RGB Variations
Color information
#C8D1ED (or 0xC8D1ED) is known color: Periwinkle. HEX triplet: C8, D1 and ED. RGB value is (200,209,237). Sum of RGB (Red+Green+Blue) = 200+209+237=646 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.96% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D1ED is #372E12. Grayscale: #D1D1D1. Windows color (decimal): -3616275 or 15585736. OLE color: 15585736.
HSL color Cylindrical-coordinate representation of color #C8D1ED: hue angle of 225.41º 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 #C8D1ED is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 209 | 237 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.07 |
| HSL | 225.41º | 0.51% | 0.86% | - |
| HSV(B) | 225.41º | 0.16% | 0.93% | - |
| XYZ | 61.91 | 63.99 | 89.21 | - |
| YUV | 209.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 237 | 0.16 | 0.12 | 0 | 0.07 | 225.41 | 0.51 | 0.86 |
| Hex | C8 | D1 | ED | 10 | C | 0 | 7 | E1 | 33 | 56 |
| Octal | 310 | 321 | 355 | 20 | 14 | 0 | 7 | 341 | 63 | 126 |
| Binary | 11001000 | 11010001 | 11101101 | 10000 | 1100 | 0 | 111 | 11100001 | 110011 | 1010110 |
Color Harmonies of #C8D1ED
Complementary color
Monochromatic Colors of #C8D1ED
Black with #C8D1ED
Text Example
Text Example
White with #C8D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D1ED; }
p { color: rgb(200,209,237); }
H1.HeaderClassName
{
color: #C8D1ED;
}
.AnyTagClassName
{
color: #C8D1ED;
}
</style>
background-color css
<style>
a { background-color: #C8D1ED; }
a { background-color: rgb(200,209,237); }
div.DivClassName
{
background-color: #C8D1ED;
}
.BgClassName
{
background-color: #C8D1ED;
}
</style>
border-color css
<style>
span { border-color: #C8D1ED; }
span { border-color: rgb(200,209,237); }
td.TdClassName
{
border-color: #C8D1ED;
}
.TagClassName
{
border-color: #C8D1ED;
}
</style>