Shades of Blue Chalk #DEC0EC
Tints of Blue Chalk #DEC0EC
RGB
CMYK
RGB Variations
Color information
#DEC0EC (or 0xDEC0EC) is known color: Blue Chalk. HEX triplet: DE, C0 and EC. RGB value is (222,192,236). Sum of RGB (Red+Green+Blue) = 222+192+236=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEC0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0EC is #213F13. Grayscale: #CDCDCD. Windows color (decimal): -2178836 or 15515870. OLE color: 15515870.
HSL color Cylindrical-coordinate representation of color #DEC0EC: hue angle of 280.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 #DEC0EC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 192 | 236 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.07 |
| HSL | 280.91º | 0.54% | 0.84% | - |
| HSV(B) | 280.91º | 0.19% | 0.93% | - |
| XYZ | 64.11 | 59.29 | 87.42 | - |
| YUV | 205.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 236 | 0.06 | 0.19 | 0 | 0.07 | 280.91 | 0.54 | 0.84 |
| Hex | DE | C0 | EC | 6 | 13 | 0 | 7 | 119 | 36 | 54 |
| Octal | 336 | 300 | 354 | 6 | 23 | 0 | 7 | 431 | 66 | 124 |
| Binary | 11011110 | 11000000 | 11101100 | 110 | 10011 | 0 | 111 | 100011001 | 110110 | 1010100 |
Color Harmonies of #DEC0EC
Complementary color
Monochromatic Colors of #DEC0EC
Black with #DEC0EC
Text Example
Text Example
White with #DEC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0EC; }
p { color: rgb(222,192,236); }
H1.HeaderClassName
{
color: #DEC0EC;
}
.AnyTagClassName
{
color: #DEC0EC;
}
</style>
background-color css
<style>
a { background-color: #DEC0EC; }
a { background-color: rgb(222,192,236); }
div.DivClassName
{
background-color: #DEC0EC;
}
.BgClassName
{
background-color: #DEC0EC;
}
</style>
border-color css
<style>
span { border-color: #DEC0EC; }
span { border-color: rgb(222,192,236); }
td.TdClassName
{
border-color: #DEC0EC;
}
.TagClassName
{
border-color: #DEC0EC;
}
</style>