Shades of Periwinkle #C8D1E9
Tints of Periwinkle #C8D1E9
RGB
CMYK
RGB Variations
Color information
#C8D1E9 (or 0xC8D1E9) is known color: Periwinkle. HEX triplet: C8, D1 and E9. RGB value is (200,209,233). Sum of RGB (Red+Green+Blue) = 200+209+233=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8D1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D1E9 is #372E16. Grayscale: #D0D0D0. Windows color (decimal): -3616279 or 15323592. OLE color: 15323592.
HSL color Cylindrical-coordinate representation of color #C8D1E9: hue angle of 223.64º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8D1E9 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 209 | 233 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.09 |
| HSL | 223.64º | 0.43% | 0.85% | - |
| HSV(B) | 223.64º | 0.14% | 0.91% | - |
| XYZ | 61.33 | 63.76 | 86.17 | - |
| YUV | 209.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 233 | 0.14 | 0.10 | 0 | 0.09 | 223.64 | 0.43 | 0.85 |
| Hex | C8 | D1 | E9 | E | A | 0 | 9 | E0 | 2B | 55 |
| Octal | 310 | 321 | 351 | 16 | 12 | 0 | 11 | 340 | 53 | 125 |
| Binary | 11001000 | 11010001 | 11101001 | 1110 | 1010 | 0 | 1001 | 11100000 | 101011 | 1010101 |
Color Harmonies of #C8D1E9
Complementary color
Monochromatic Colors of #C8D1E9
Black with #C8D1E9
Text Example
Text Example
White with #C8D1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D1E9; }
p { color: rgb(200,209,233); }
H1.HeaderClassName
{
color: #C8D1E9;
}
.AnyTagClassName
{
color: #C8D1E9;
}
</style>
background-color css
<style>
a { background-color: #C8D1E9; }
a { background-color: rgb(200,209,233); }
div.DivClassName
{
background-color: #C8D1E9;
}
.BgClassName
{
background-color: #C8D1E9;
}
</style>
border-color css
<style>
span { border-color: #C8D1E9; }
span { border-color: rgb(200,209,233); }
td.TdClassName
{
border-color: #C8D1E9;
}
.TagClassName
{
border-color: #C8D1E9;
}
</style>