Shades of Periwinkle #C0CEEC
Tints of Periwinkle #C0CEEC
RGB
CMYK
RGB Variations
Color information
#C0CEEC (or 0xC0CEEC) is known color: Periwinkle. HEX triplet: C0, CE and EC. RGB value is (192,206,236). Sum of RGB (Red+Green+Blue) = 192+206+236=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEEC is #3F3113. Grayscale: #CDCDCD. Windows color (decimal): -4141332 or 15519424. OLE color: 15519424.
HSL color Cylindrical-coordinate representation of color #C0CEEC: hue angle of 220.91º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0CEEC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 206 | 236 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.07 |
| HSL | 220.91º | 0.54% | 0.84% | - |
| HSV(B) | 220.91º | 0.19% | 0.93% | - |
| XYZ | 58.95 | 61.41 | 88.1 | - |
| YUV | 205.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 236 | 0.19 | 0.13 | 0 | 0.07 | 220.91 | 0.54 | 0.84 |
| Hex | C0 | CE | EC | 13 | D | 0 | 7 | DD | 36 | 54 |
| Octal | 300 | 316 | 354 | 23 | 15 | 0 | 7 | 335 | 66 | 124 |
| Binary | 11000000 | 11001110 | 11101100 | 10011 | 1101 | 0 | 111 | 11011101 | 110110 | 1010100 |
Color Harmonies of #C0CEEC
Complementary color
Monochromatic Colors of #C0CEEC
Black with #C0CEEC
Text Example
Text Example
White with #C0CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEEC; }
p { color: rgb(192,206,236); }
H1.HeaderClassName
{
color: #C0CEEC;
}
.AnyTagClassName
{
color: #C0CEEC;
}
</style>
background-color css
<style>
a { background-color: #C0CEEC; }
a { background-color: rgb(192,206,236); }
div.DivClassName
{
background-color: #C0CEEC;
}
.BgClassName
{
background-color: #C0CEEC;
}
</style>
border-color css
<style>
span { border-color: #C0CEEC; }
span { border-color: rgb(192,206,236); }
td.TdClassName
{
border-color: #C0CEEC;
}
.TagClassName
{
border-color: #C0CEEC;
}
</style>