Shades of Periwinkle #C0D2ED
Tints of Periwinkle #C0D2ED
RGB
CMYK
RGB Variations
Color information
#C0D2ED (or 0xC0D2ED) is known color: Periwinkle. HEX triplet: C0, D2 and ED. RGB value is (192,210,237). Sum of RGB (Red+Green+Blue) = 192+210+237=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0D2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D2ED is #3F2D12. Grayscale: #CFCFCF. Windows color (decimal): -4140307 or 15585984. OLE color: 15585984.
HSL color Cylindrical-coordinate representation of color #C0D2ED: hue angle of 216º degrees, saturation: 0.56, 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 #C0D2ED is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 210 | 237 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.07 |
| HSL | 216º | 0.56% | 0.84% | - |
| HSV(B) | 216º | 0.19% | 0.93% | - |
| XYZ | 60.07 | 63.41 | 89.19 | - |
| YUV | 207.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 237 | 0.19 | 0.11 | 0 | 0.07 | 216 | 0.56 | 0.84 |
| Hex | C0 | D2 | ED | 13 | B | 0 | 7 | D8 | 38 | 54 |
| Octal | 300 | 322 | 355 | 23 | 13 | 0 | 7 | 330 | 70 | 124 |
| Binary | 11000000 | 11010010 | 11101101 | 10011 | 1011 | 0 | 111 | 11011000 | 111000 | 1010100 |
Color Harmonies of #C0D2ED
Complementary color
Monochromatic Colors of #C0D2ED
Black with #C0D2ED
Text Example
Text Example
White with #C0D2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D2ED; }
p { color: rgb(192,210,237); }
H1.HeaderClassName
{
color: #C0D2ED;
}
.AnyTagClassName
{
color: #C0D2ED;
}
</style>
background-color css
<style>
a { background-color: #C0D2ED; }
a { background-color: rgb(192,210,237); }
div.DivClassName
{
background-color: #C0D2ED;
}
.BgClassName
{
background-color: #C0D2ED;
}
</style>
border-color css
<style>
span { border-color: #C0D2ED; }
span { border-color: rgb(192,210,237); }
td.TdClassName
{
border-color: #C0D2ED;
}
.TagClassName
{
border-color: #C0D2ED;
}
</style>