Shades of Periwinkle #C8D0E1
Tints of Periwinkle #C8D0E1
RGB
CMYK
RGB Variations
Color information
#C8D0E1 (or 0xC8D0E1) is known color: Periwinkle. HEX triplet: C8, D0 and E1. RGB value is (200,208,225). Sum of RGB (Red+Green+Blue) = 200+208+225=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #C8D0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D0E1 is #372F1E. Grayscale: #CFCFCF. Windows color (decimal): -3616543 or 14799048. OLE color: 14799048.
HSL color Cylindrical-coordinate representation of color #C8D0E1: hue angle of 220.8º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8D0E1 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 208 | 225 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.12 |
| HSL | 220.8º | 0.29% | 0.83% | - |
| HSV(B) | 220.8º | 0.11% | 0.88% | - |
| XYZ | 59.97 | 62.83 | 80.2 | - |
| YUV | 207.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 225 | 0.11 | 0.08 | 0 | 0.12 | 220.8 | 0.29 | 0.83 |
| Hex | C8 | D0 | E1 | B | 8 | 0 | C | DD | 1D | 53 |
| Octal | 310 | 320 | 341 | 13 | 10 | 0 | 14 | 335 | 35 | 123 |
| Binary | 11001000 | 11010000 | 11100001 | 1011 | 1000 | 0 | 1100 | 11011101 | 11101 | 1010011 |
Color Harmonies of #C8D0E1
Complementary color
Monochromatic Colors of #C8D0E1
Black with #C8D0E1
Text Example
Text Example
White with #C8D0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D0E1; }
p { color: rgb(200,208,225); }
H1.HeaderClassName
{
color: #C8D0E1;
}
.AnyTagClassName
{
color: #C8D0E1;
}
</style>
background-color css
<style>
a { background-color: #C8D0E1; }
a { background-color: rgb(200,208,225); }
div.DivClassName
{
background-color: #C8D0E1;
}
.BgClassName
{
background-color: #C8D0E1;
}
</style>
border-color css
<style>
span { border-color: #C8D0E1; }
span { border-color: rgb(200,208,225); }
td.TdClassName
{
border-color: #C8D0E1;
}
.TagClassName
{
border-color: #C8D0E1;
}
</style>