Shades of Blue Chalk #DEC0E8
Tints of Blue Chalk #DEC0E8
RGB
CMYK
RGB Variations
Color information
#DEC0E8 (or 0xDEC0E8) is known color: Blue Chalk. HEX triplet: DE, C0 and E8. RGB value is (222,192,232). Sum of RGB (Red+Green+Blue) = 222+192+232=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEC0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0E8 is #213F17. Grayscale: #CDCDCD. Windows color (decimal): -2178840 or 15253726. OLE color: 15253726.
HSL color Cylindrical-coordinate representation of color #DEC0E8: hue angle of 285º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEC0E8 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 192 | 232 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.09 |
| HSL | 285º | 0.47% | 0.83% | - |
| HSV(B) | 285º | 0.17% | 0.91% | - |
| XYZ | 63.54 | 59.06 | 84.39 | - |
| YUV | 205.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 232 | 0.04 | 0.17 | 0 | 0.09 | 285 | 0.47 | 0.83 |
| Hex | DE | C0 | E8 | 4 | 11 | 0 | 9 | 11D | 2F | 53 |
| Octal | 336 | 300 | 350 | 4 | 21 | 0 | 11 | 435 | 57 | 123 |
| Binary | 11011110 | 11000000 | 11101000 | 100 | 10001 | 0 | 1001 | 100011101 | 101111 | 1010011 |
Color Harmonies of #DEC0E8
Complementary color
Monochromatic Colors of #DEC0E8
Black with #DEC0E8
Text Example
Text Example
White with #DEC0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0E8; }
p { color: rgb(222,192,232); }
H1.HeaderClassName
{
color: #DEC0E8;
}
.AnyTagClassName
{
color: #DEC0E8;
}
</style>
background-color css
<style>
a { background-color: #DEC0E8; }
a { background-color: rgb(222,192,232); }
div.DivClassName
{
background-color: #DEC0E8;
}
.BgClassName
{
background-color: #DEC0E8;
}
</style>
border-color css
<style>
span { border-color: #DEC0E8; }
span { border-color: rgb(222,192,232); }
td.TdClassName
{
border-color: #DEC0E8;
}
.TagClassName
{
border-color: #DEC0E8;
}
</style>