Shades of Periwinkle #C0D0EE
Tints of Periwinkle #C0D0EE
RGB
CMYK
RGB Variations
Color information
#C0D0EE (or 0xC0D0EE) is known color: Periwinkle. HEX triplet: C0, D0 and EE. RGB value is (192,208,238). Sum of RGB (Red+Green+Blue) = 192+208+238=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0D0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D0EE is #3F2F11. Grayscale: #CECECE. Windows color (decimal): -4140818 or 15651008. OLE color: 15651008.
HSL color Cylindrical-coordinate representation of color #C0D0EE: hue angle of 219.13º degrees, saturation: 0.57, 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 #C0D0EE is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 208 | 238 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.07 |
| HSL | 219.13º | 0.58% | 0.84% | - |
| HSV(B) | 219.13º | 0.19% | 0.93% | - |
| XYZ | 59.73 | 62.49 | 89.8 | - |
| YUV | 206.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 238 | 0.19 | 0.13 | 0 | 0.07 | 219.13 | 0.58 | 0.84 |
| Hex | C0 | D0 | EE | 13 | D | 0 | 7 | DB | 3A | 54 |
| Octal | 300 | 320 | 356 | 23 | 15 | 0 | 7 | 333 | 72 | 124 |
| Binary | 11000000 | 11010000 | 11101110 | 10011 | 1101 | 0 | 111 | 11011011 | 111010 | 1010100 |
Color Harmonies of #C0D0EE
Complementary color
Monochromatic Colors of #C0D0EE
Black with #C0D0EE
Text Example
Text Example
White with #C0D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0EE; }
p { color: rgb(192,208,238); }
H1.HeaderClassName
{
color: #C0D0EE;
}
.AnyTagClassName
{
color: #C0D0EE;
}
</style>
background-color css
<style>
a { background-color: #C0D0EE; }
a { background-color: rgb(192,208,238); }
div.DivClassName
{
background-color: #C0D0EE;
}
.BgClassName
{
background-color: #C0D0EE;
}
</style>
border-color css
<style>
span { border-color: #C0D0EE; }
span { border-color: rgb(192,208,238); }
td.TdClassName
{
border-color: #C0D0EE;
}
.TagClassName
{
border-color: #C0D0EE;
}
</style>