Shades of Periwinkle #C0CAE4
Tints of Periwinkle #C0CAE4
RGB
CMYK
RGB Variations
Color information
#C0CAE4 (or 0xC0CAE4) is known color: Periwinkle. HEX triplet: C0, CA and E4. RGB value is (192,202,228). Sum of RGB (Red+Green+Blue) = 192+202+228=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAE4 is #3F351B. Grayscale: #C9C9C9. Windows color (decimal): -4142364 or 14994112. OLE color: 14994112.
HSL color Cylindrical-coordinate representation of color #C0CAE4: hue angle of 223.33º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0CAE4 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 202 | 228 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.11 |
| HSL | 223.33º | 0.4% | 0.82% | - |
| HSV(B) | 223.33º | 0.16% | 0.89% | - |
| XYZ | 56.86 | 59.05 | 81.8 | - |
| YUV | 201.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 228 | 0.16 | 0.11 | 0 | 0.11 | 223.33 | 0.4 | 0.82 |
| Hex | C0 | CA | E4 | 10 | B | 0 | B | DF | 28 | 52 |
| Octal | 300 | 312 | 344 | 20 | 13 | 0 | 13 | 337 | 50 | 122 |
| Binary | 11000000 | 11001010 | 11100100 | 10000 | 1011 | 0 | 1011 | 11011111 | 101000 | 1010010 |
Color Harmonies of #C0CAE4
Complementary color
Monochromatic Colors of #C0CAE4
Black with #C0CAE4
Text Example
Text Example
White with #C0CAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAE4; }
p { color: rgb(192,202,228); }
H1.HeaderClassName
{
color: #C0CAE4;
}
.AnyTagClassName
{
color: #C0CAE4;
}
</style>
background-color css
<style>
a { background-color: #C0CAE4; }
a { background-color: rgb(192,202,228); }
div.DivClassName
{
background-color: #C0CAE4;
}
.BgClassName
{
background-color: #C0CAE4;
}
</style>
border-color css
<style>
span { border-color: #C0CAE4; }
span { border-color: rgb(192,202,228); }
td.TdClassName
{
border-color: #C0CAE4;
}
.TagClassName
{
border-color: #C0CAE4;
}
</style>