Shades of Periwinkle #C8CAE0
Tints of Periwinkle #C8CAE0
RGB
CMYK
RGB Variations
Color information
#C8CAE0 (or 0xC8CAE0) is known color: Periwinkle. HEX triplet: C8, CA and E0. RGB value is (200,202,224). Sum of RGB (Red+Green+Blue) = 200+202+224=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAE0 is #37351F. Grayscale: #CBCBCB. Windows color (decimal): -3618080 or 14731976. OLE color: 14731976.
HSL color Cylindrical-coordinate representation of color #C8CAE0: hue angle of 235º 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 #C8CAE0 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 202 | 224 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.12 |
| HSL | 235º | 0.28% | 0.83% | - |
| HSV(B) | 235º | 0.11% | 0.88% | - |
| XYZ | 58.39 | 59.9 | 79.01 | - |
| YUV | 203.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 224 | 0.11 | 0.10 | 0 | 0.12 | 235 | 0.28 | 0.83 |
| Hex | C8 | CA | E0 | B | A | 0 | C | EB | 1C | 53 |
| Octal | 310 | 312 | 340 | 13 | 12 | 0 | 14 | 353 | 34 | 123 |
| Binary | 11001000 | 11001010 | 11100000 | 1011 | 1010 | 0 | 1100 | 11101011 | 11100 | 1010011 |
Color Harmonies of #C8CAE0
Complementary color
Monochromatic Colors of #C8CAE0
Black with #C8CAE0
Text Example
Text Example
White with #C8CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAE0; }
p { color: rgb(200,202,224); }
H1.HeaderClassName
{
color: #C8CAE0;
}
.AnyTagClassName
{
color: #C8CAE0;
}
</style>
background-color css
<style>
a { background-color: #C8CAE0; }
a { background-color: rgb(200,202,224); }
div.DivClassName
{
background-color: #C8CAE0;
}
.BgClassName
{
background-color: #C8CAE0;
}
</style>
border-color css
<style>
span { border-color: #C8CAE0; }
span { border-color: rgb(200,202,224); }
td.TdClassName
{
border-color: #C8CAE0;
}
.TagClassName
{
border-color: #C8CAE0;
}
</style>