Shades of Periwinkle #C0D5EC
Tints of Periwinkle #C0D5EC
RGB
CMYK
RGB Variations
Color information
#C0D5EC (or 0xC0D5EC) is known color: Periwinkle. HEX triplet: C0, D5 and EC. RGB value is (192,213,236). Sum of RGB (Red+Green+Blue) = 192+213+236=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0D5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D5EC is #3F2A13. Grayscale: #D1D1D1. Windows color (decimal): -4139540 or 15521216. OLE color: 15521216.
HSL color Cylindrical-coordinate representation of color #C0D5EC: hue angle of 211.36º 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 #C0D5EC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 213 | 236 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.07 |
| HSL | 211.36º | 0.54% | 0.84% | - |
| HSV(B) | 211.36º | 0.19% | 0.93% | - |
| XYZ | 60.67 | 64.85 | 88.68 | - |
| YUV | 209.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 236 | 0.19 | 0.10 | 0 | 0.07 | 211.36 | 0.54 | 0.84 |
| Hex | C0 | D5 | EC | 13 | A | 0 | 7 | D3 | 36 | 54 |
| Octal | 300 | 325 | 354 | 23 | 12 | 0 | 7 | 323 | 66 | 124 |
| Binary | 11000000 | 11010101 | 11101100 | 10011 | 1010 | 0 | 111 | 11010011 | 110110 | 1010100 |
Color Harmonies of #C0D5EC
Complementary color
Monochromatic Colors of #C0D5EC
Black with #C0D5EC
Text Example
Text Example
White with #C0D5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D5EC; }
p { color: rgb(192,213,236); }
H1.HeaderClassName
{
color: #C0D5EC;
}
.AnyTagClassName
{
color: #C0D5EC;
}
</style>
background-color css
<style>
a { background-color: #C0D5EC; }
a { background-color: rgb(192,213,236); }
div.DivClassName
{
background-color: #C0D5EC;
}
.BgClassName
{
background-color: #C0D5EC;
}
</style>
border-color css
<style>
span { border-color: #C0D5EC; }
span { border-color: rgb(192,213,236); }
td.TdClassName
{
border-color: #C0D5EC;
}
.TagClassName
{
border-color: #C0D5EC;
}
</style>