Shades of Periwinkle #C0CAE1
Tints of Periwinkle #C0CAE1
RGB
CMYK
RGB Variations
Color information
#C0CAE1 (or 0xC0CAE1) is known color: Periwinkle. HEX triplet: C0, CA and E1. RGB value is (192,202,225). Sum of RGB (Red+Green+Blue) = 192+202+225=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0CAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAE1 is #3F351E. Grayscale: #C9C9C9. Windows color (decimal): -4142367 or 14797504. OLE color: 14797504.
HSL color Cylindrical-coordinate representation of color #C0CAE1: hue angle of 221.82º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0CAE1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 202 | 225 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.12 |
| HSL | 221.82º | 0.35% | 0.82% | - |
| HSV(B) | 221.82º | 0.15% | 0.88% | - |
| XYZ | 56.45 | 58.88 | 79.62 | - |
| YUV | 201.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 225 | 0.15 | 0.10 | 0 | 0.12 | 221.82 | 0.35 | 0.82 |
| Hex | C0 | CA | E1 | F | A | 0 | C | DE | 23 | 52 |
| Octal | 300 | 312 | 341 | 17 | 12 | 0 | 14 | 336 | 43 | 122 |
| Binary | 11000000 | 11001010 | 11100001 | 1111 | 1010 | 0 | 1100 | 11011110 | 100011 | 1010010 |
Color Harmonies of #C0CAE1
Complementary color
Monochromatic Colors of #C0CAE1
Black with #C0CAE1
Text Example
Text Example
White with #C0CAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAE1; }
p { color: rgb(192,202,225); }
H1.HeaderClassName
{
color: #C0CAE1;
}
.AnyTagClassName
{
color: #C0CAE1;
}
</style>
background-color css
<style>
a { background-color: #C0CAE1; }
a { background-color: rgb(192,202,225); }
div.DivClassName
{
background-color: #C0CAE1;
}
.BgClassName
{
background-color: #C0CAE1;
}
</style>
border-color css
<style>
span { border-color: #C0CAE1; }
span { border-color: rgb(192,202,225); }
td.TdClassName
{
border-color: #C0CAE1;
}
.TagClassName
{
border-color: #C0CAE1;
}
</style>