Shades of Blue Chalk #DEC4E8
Tints of Blue Chalk #DEC4E8
RGB
CMYK
RGB Variations
Color information
#DEC4E8 (or 0xDEC4E8) is known color: Blue Chalk. HEX triplet: DE, C4 and E8. RGB value is (222,196,232). Sum of RGB (Red+Green+Blue) = 222+196+232=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEC4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC4E8 is #213B17. Grayscale: #CFCFCF. Windows color (decimal): -2177816 or 15254750. OLE color: 15254750.
HSL color Cylindrical-coordinate representation of color #DEC4E8: hue angle of 283.33º degrees, saturation: 0.44, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEC4E8 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 196 | 232 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.09 |
| HSL | 283.33º | 0.44% | 0.84% | - |
| HSV(B) | 283.33º | 0.16% | 0.91% | - |
| XYZ | 64.43 | 60.84 | 84.69 | - |
| YUV | 207.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 232 | 0.04 | 0.16 | 0 | 0.09 | 283.33 | 0.44 | 0.84 |
| Hex | DE | C4 | E8 | 4 | 10 | 0 | 9 | 11B | 2C | 54 |
| Octal | 336 | 304 | 350 | 4 | 20 | 0 | 11 | 433 | 54 | 124 |
| Binary | 11011110 | 11000100 | 11101000 | 100 | 10000 | 0 | 1001 | 100011011 | 101100 | 1010100 |
Color Harmonies of #DEC4E8
Complementary color
Monochromatic Colors of #DEC4E8
Black with #DEC4E8
Text Example
Text Example
White with #DEC4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4E8; }
p { color: rgb(222,196,232); }
H1.HeaderClassName
{
color: #DEC4E8;
}
.AnyTagClassName
{
color: #DEC4E8;
}
</style>
background-color css
<style>
a { background-color: #DEC4E8; }
a { background-color: rgb(222,196,232); }
div.DivClassName
{
background-color: #DEC4E8;
}
.BgClassName
{
background-color: #DEC4E8;
}
</style>
border-color css
<style>
span { border-color: #DEC4E8; }
span { border-color: rgb(222,196,232); }
td.TdClassName
{
border-color: #DEC4E8;
}
.TagClassName
{
border-color: #DEC4E8;
}
</style>