Shades of Periwinkle #C0D0ED
Tints of Periwinkle #C0D0ED
RGB
CMYK
RGB Variations
Color information
#C0D0ED (or 0xC0D0ED) is known color: Periwinkle. HEX triplet: C0, D0 and ED. RGB value is (192,208,237). Sum of RGB (Red+Green+Blue) = 192+208+237=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D0ED is #3F2F12. Grayscale: #CECECE. Windows color (decimal): -4140819 or 15585472. OLE color: 15585472.
HSL color Cylindrical-coordinate representation of color #C0D0ED: hue angle of 218.67º 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 #C0D0ED is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 208 | 237 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.07 |
| HSL | 218.67º | 0.56% | 0.84% | - |
| HSV(B) | 218.67º | 0.19% | 0.93% | - |
| XYZ | 59.58 | 62.43 | 89.03 | - |
| YUV | 206.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 237 | 0.19 | 0.12 | 0 | 0.07 | 218.67 | 0.56 | 0.84 |
| Hex | C0 | D0 | ED | 13 | C | 0 | 7 | DB | 38 | 54 |
| Octal | 300 | 320 | 355 | 23 | 14 | 0 | 7 | 333 | 70 | 124 |
| Binary | 11000000 | 11010000 | 11101101 | 10011 | 1100 | 0 | 111 | 11011011 | 111000 | 1010100 |
Color Harmonies of #C0D0ED
Complementary color
Monochromatic Colors of #C0D0ED
Black with #C0D0ED
Text Example
Text Example
White with #C0D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0ED; }
p { color: rgb(192,208,237); }
H1.HeaderClassName
{
color: #C0D0ED;
}
.AnyTagClassName
{
color: #C0D0ED;
}
</style>
background-color css
<style>
a { background-color: #C0D0ED; }
a { background-color: rgb(192,208,237); }
div.DivClassName
{
background-color: #C0D0ED;
}
.BgClassName
{
background-color: #C0D0ED;
}
</style>
border-color css
<style>
span { border-color: #C0D0ED; }
span { border-color: rgb(192,208,237); }
td.TdClassName
{
border-color: #C0D0ED;
}
.TagClassName
{
border-color: #C0D0ED;
}
</style>