Shades of Periwinkle #C8CDE0
Tints of Periwinkle #C8CDE0
RGB
CMYK
RGB Variations
Color information
#C8CDE0 (or 0xC8CDE0) is known color: Periwinkle. HEX triplet: C8, CD and E0. RGB value is (200,205,224). Sum of RGB (Red+Green+Blue) = 200+205+224=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8CDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDE0 is #37321F. Grayscale: #CDCDCD. Windows color (decimal): -3617312 or 14732744. OLE color: 14732744.
HSL color Cylindrical-coordinate representation of color #C8CDE0: hue angle of 227.5º degrees, saturation: 0.28, 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 #C8CDE0 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 205 | 224 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.12 |
| HSL | 227.5º | 0.28% | 0.83% | - |
| HSV(B) | 227.5º | 0.11% | 0.88% | - |
| XYZ | 59.11 | 61.32 | 79.24 | - |
| YUV | 205.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 224 | 0.11 | 0.08 | 0 | 0.12 | 227.5 | 0.28 | 0.83 |
| Hex | C8 | CD | E0 | B | 8 | 0 | C | E4 | 1C | 53 |
| Octal | 310 | 315 | 340 | 13 | 10 | 0 | 14 | 344 | 34 | 123 |
| Binary | 11001000 | 11001101 | 11100000 | 1011 | 1000 | 0 | 1100 | 11100100 | 11100 | 1010011 |
Color Harmonies of #C8CDE0
Complementary color
Monochromatic Colors of #C8CDE0
Black with #C8CDE0
Text Example
Text Example
White with #C8CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDE0; }
p { color: rgb(200,205,224); }
H1.HeaderClassName
{
color: #C8CDE0;
}
.AnyTagClassName
{
color: #C8CDE0;
}
</style>
background-color css
<style>
a { background-color: #C8CDE0; }
a { background-color: rgb(200,205,224); }
div.DivClassName
{
background-color: #C8CDE0;
}
.BgClassName
{
background-color: #C8CDE0;
}
</style>
border-color css
<style>
span { border-color: #C8CDE0; }
span { border-color: rgb(200,205,224); }
td.TdClassName
{
border-color: #C8CDE0;
}
.TagClassName
{
border-color: #C8CDE0;
}
</style>