Shades of Periwinkle #C0CAE0
Tints of Periwinkle #C0CAE0
RGB
CMYK
RGB Variations
Color information
#C0CAE0 (or 0xC0CAE0) is known color: Periwinkle. HEX triplet: C0, CA and E0. RGB value is (192,202,224). Sum of RGB (Red+Green+Blue) = 192+202+224=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAE0 is #3F351F. Grayscale: #C9C9C9. Windows color (decimal): -4142368 or 14731968. OLE color: 14731968.
HSL color Cylindrical-coordinate representation of color #C0CAE0: hue angle of 221.25º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0CAE0 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 202 | 224 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.12 |
| HSL | 221.25º | 0.34% | 0.82% | - |
| HSV(B) | 221.25º | 0.14% | 0.88% | - |
| XYZ | 56.31 | 58.83 | 78.91 | - |
| YUV | 201.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 224 | 0.14 | 0.10 | 0 | 0.12 | 221.25 | 0.34 | 0.82 |
| Hex | C0 | CA | E0 | E | A | 0 | C | DD | 22 | 52 |
| Octal | 300 | 312 | 340 | 16 | 12 | 0 | 14 | 335 | 42 | 122 |
| Binary | 11000000 | 11001010 | 11100000 | 1110 | 1010 | 0 | 1100 | 11011101 | 100010 | 1010010 |
Color Harmonies of #C0CAE0
Complementary color
Monochromatic Colors of #C0CAE0
Black with #C0CAE0
Text Example
Text Example
White with #C0CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAE0; }
p { color: rgb(192,202,224); }
H1.HeaderClassName
{
color: #C0CAE0;
}
.AnyTagClassName
{
color: #C0CAE0;
}
</style>
background-color css
<style>
a { background-color: #C0CAE0; }
a { background-color: rgb(192,202,224); }
div.DivClassName
{
background-color: #C0CAE0;
}
.BgClassName
{
background-color: #C0CAE0;
}
</style>
border-color css
<style>
span { border-color: #C0CAE0; }
span { border-color: rgb(192,202,224); }
td.TdClassName
{
border-color: #C0CAE0;
}
.TagClassName
{
border-color: #C0CAE0;
}
</style>