Shades of Blue Chalk #DEC3E8
Tints of Blue Chalk #DEC3E8
RGB
CMYK
RGB Variations
Color information
#DEC3E8 (or 0xDEC3E8) is known color: Blue Chalk. HEX triplet: DE, C3 and E8. RGB value is (222,195,232). Sum of RGB (Red+Green+Blue) = 222+195+232=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEC3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC3E8 is #213C17. Grayscale: #CFCFCF. Windows color (decimal): -2178072 or 15254494. OLE color: 15254494.
HSL color Cylindrical-coordinate representation of color #DEC3E8: hue angle of 283.78º degrees, saturation: 0.45, 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 #DEC3E8 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 195 | 232 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.09 |
| HSL | 283.78º | 0.45% | 0.84% | - |
| HSV(B) | 283.78º | 0.16% | 0.91% | - |
| XYZ | 64.2 | 60.39 | 84.62 | - |
| YUV | 207.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 232 | 0.04 | 0.16 | 0 | 0.09 | 283.78 | 0.45 | 0.84 |
| Hex | DE | C3 | E8 | 4 | 10 | 0 | 9 | 11C | 2D | 54 |
| Octal | 336 | 303 | 350 | 4 | 20 | 0 | 11 | 434 | 55 | 124 |
| Binary | 11011110 | 11000011 | 11101000 | 100 | 10000 | 0 | 1001 | 100011100 | 101101 | 1010100 |
Color Harmonies of #DEC3E8
Complementary color
Monochromatic Colors of #DEC3E8
Black with #DEC3E8
Text Example
Text Example
White with #DEC3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3E8; }
p { color: rgb(222,195,232); }
H1.HeaderClassName
{
color: #DEC3E8;
}
.AnyTagClassName
{
color: #DEC3E8;
}
</style>
background-color css
<style>
a { background-color: #DEC3E8; }
a { background-color: rgb(222,195,232); }
div.DivClassName
{
background-color: #DEC3E8;
}
.BgClassName
{
background-color: #DEC3E8;
}
</style>
border-color css
<style>
span { border-color: #DEC3E8; }
span { border-color: rgb(222,195,232); }
td.TdClassName
{
border-color: #DEC3E8;
}
.TagClassName
{
border-color: #DEC3E8;
}
</style>