Shades of Periwinkle #C0CEE4
Tints of Periwinkle #C0CEE4
RGB
CMYK
RGB Variations
Color information
#C0CEE4 (or 0xC0CEE4) is known color: Periwinkle. HEX triplet: C0, CE and E4. RGB value is (192,206,228). Sum of RGB (Red+Green+Blue) = 192+206+228=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0CEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEE4 is #3F311B. Grayscale: #CCCCCC. Windows color (decimal): -4141340 or 14995136. OLE color: 14995136.
HSL color Cylindrical-coordinate representation of color #C0CEE4: hue angle of 216.67º 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 #C0CEE4 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 206 | 228 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.11 |
| HSL | 216.67º | 0.4% | 0.82% | - |
| HSV(B) | 216.67º | 0.16% | 0.89% | - |
| XYZ | 57.81 | 60.95 | 82.12 | - |
| YUV | 204.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 228 | 0.16 | 0.10 | 0 | 0.11 | 216.67 | 0.4 | 0.82 |
| Hex | C0 | CE | E4 | 10 | A | 0 | B | D9 | 28 | 52 |
| Octal | 300 | 316 | 344 | 20 | 12 | 0 | 13 | 331 | 50 | 122 |
| Binary | 11000000 | 11001110 | 11100100 | 10000 | 1010 | 0 | 1011 | 11011001 | 101000 | 1010010 |
Color Harmonies of #C0CEE4
Complementary color
Monochromatic Colors of #C0CEE4
Black with #C0CEE4
Text Example
Text Example
White with #C0CEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEE4; }
p { color: rgb(192,206,228); }
H1.HeaderClassName
{
color: #C0CEE4;
}
.AnyTagClassName
{
color: #C0CEE4;
}
</style>
background-color css
<style>
a { background-color: #C0CEE4; }
a { background-color: rgb(192,206,228); }
div.DivClassName
{
background-color: #C0CEE4;
}
.BgClassName
{
background-color: #C0CEE4;
}
</style>
border-color css
<style>
span { border-color: #C0CEE4; }
span { border-color: rgb(192,206,228); }
td.TdClassName
{
border-color: #C0CEE4;
}
.TagClassName
{
border-color: #C0CEE4;
}
</style>