Shades of Blue Chalk #DEC4EC
Tints of Blue Chalk #DEC4EC
RGB
CMYK
RGB Variations
Color information
#DEC4EC (or 0xDEC4EC) is known color: Blue Chalk. HEX triplet: DE, C4 and EC. RGB value is (222,196,236). Sum of RGB (Red+Green+Blue) = 222+196+236=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEC4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC4EC is #213B13. Grayscale: #D0D0D0. Windows color (decimal): -2177812 or 15516894. OLE color: 15516894.
HSL color Cylindrical-coordinate representation of color #DEC4EC: hue angle of 279º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEC4EC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 196 | 236 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.07 |
| HSL | 279º | 0.51% | 0.85% | - |
| HSV(B) | 279º | 0.17% | 0.93% | - |
| XYZ | 65 | 61.07 | 87.72 | - |
| YUV | 208.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 236 | 0.06 | 0.17 | 0 | 0.07 | 279 | 0.51 | 0.85 |
| Hex | DE | C4 | EC | 6 | 11 | 0 | 7 | 117 | 33 | 55 |
| Octal | 336 | 304 | 354 | 6 | 21 | 0 | 7 | 427 | 63 | 125 |
| Binary | 11011110 | 11000100 | 11101100 | 110 | 10001 | 0 | 111 | 100010111 | 110011 | 1010101 |
Color Harmonies of #DEC4EC
Complementary color
Monochromatic Colors of #DEC4EC
Black with #DEC4EC
Text Example
Text Example
White with #DEC4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4EC; }
p { color: rgb(222,196,236); }
H1.HeaderClassName
{
color: #DEC4EC;
}
.AnyTagClassName
{
color: #DEC4EC;
}
</style>
background-color css
<style>
a { background-color: #DEC4EC; }
a { background-color: rgb(222,196,236); }
div.DivClassName
{
background-color: #DEC4EC;
}
.BgClassName
{
background-color: #DEC4EC;
}
</style>
border-color css
<style>
span { border-color: #DEC4EC; }
span { border-color: rgb(222,196,236); }
td.TdClassName
{
border-color: #DEC4EC;
}
.TagClassName
{
border-color: #DEC4EC;
}
</style>