Shades of Periwinkle #C8D1EE
Tints of Periwinkle #C8D1EE
RGB
CMYK
RGB Variations
Color information
#C8D1EE (or 0xC8D1EE) is known color: Periwinkle. HEX triplet: C8, D1 and EE. RGB value is (200,209,238). Sum of RGB (Red+Green+Blue) = 200+209+238=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8D1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D1EE is #372E11. Grayscale: #D1D1D1. Windows color (decimal): -3616274 or 15651272. OLE color: 15651272.
HSL color Cylindrical-coordinate representation of color #C8D1EE: hue angle of 225.79º degrees, saturation: 0.53, 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 #C8D1EE is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 209 | 238 | - |
CMYK | 0.16 | 0.12 | 0 | 0.07 |
HSL | 225.79º | 0.53% | 0.86% | - |
HSV(B) | 225.79º | 0.16% | 0.93% | - |
XYZ | 62.05 | 64.05 | 89.98 | - |
YUV | 209.62 | 144.02 | 121.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 209 | 238 | 0.16 | 0.12 | 0 | 0.07 | 225.79 | 0.53 | 0.86 |
Hex | C8 | D1 | EE | 10 | C | 0 | 7 | E2 | 35 | 56 |
Octal | 310 | 321 | 356 | 20 | 14 | 0 | 7 | 342 | 65 | 126 |
Binary | 11001000 | 11010001 | 11101110 | 10000 | 1100 | 0 | 111 | 11100010 | 110101 | 1010110 |
Color Harmonies of #C8D1EE
Complementary color
Monochromatic Colors of #C8D1EE
Black with #C8D1EE
Text Example
Text Example
White with #C8D1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D1EE; }
p { color: rgb(200,209,238); }
H1.HeaderClassName
{
color: #C8D1EE;
}
.AnyTagClassName
{
color: #C8D1EE;
}
</style>
background-color css
<style>
a { background-color: #C8D1EE; }
a { background-color: rgb(200,209,238); }
div.DivClassName
{
background-color: #C8D1EE;
}
.BgClassName
{
background-color: #C8D1EE;
}
</style>
border-color css
<style>
span { border-color: #C8D1EE; }
span { border-color: rgb(200,209,238); }
td.TdClassName
{
border-color: #C8D1EE;
}
.TagClassName
{
border-color: #C8D1EE;
}
</style>