Shades of Blue Chalk #DEC8E9
Tints of Blue Chalk #DEC8E9
RGB
CMYK
RGB Variations
Color information
#DEC8E9 (or 0xDEC8E9) is known color: Blue Chalk. HEX triplet: DE, C8 and E9. RGB value is (222,200,233). Sum of RGB (Red+Green+Blue) = 222+200+233=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC8E9 is #213716. Grayscale: #D2D2D2. Windows color (decimal): -2176791 or 15321310. OLE color: 15321310.
HSL color Cylindrical-coordinate representation of color #DEC8E9: hue angle of 280º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC8E9 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 200 | 233 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.09 |
| HSL | 280º | 0.43% | 0.85% | - |
| HSV(B) | 280º | 0.14% | 0.91% | - |
| XYZ | 65.49 | 62.72 | 85.75 | - |
| YUV | 210.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 233 | 0.05 | 0.14 | 0 | 0.09 | 280 | 0.43 | 0.85 |
| Hex | DE | C8 | E9 | 5 | E | 0 | 9 | 118 | 2B | 55 |
| Octal | 336 | 310 | 351 | 5 | 16 | 0 | 11 | 430 | 53 | 125 |
| Binary | 11011110 | 11001000 | 11101001 | 101 | 1110 | 0 | 1001 | 100011000 | 101011 | 1010101 |
Color Harmonies of #DEC8E9
Complementary color
Monochromatic Colors of #DEC8E9
Black with #DEC8E9
Text Example
Text Example
White with #DEC8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC8E9; }
p { color: rgb(222,200,233); }
H1.HeaderClassName
{
color: #DEC8E9;
}
.AnyTagClassName
{
color: #DEC8E9;
}
</style>
background-color css
<style>
a { background-color: #DEC8E9; }
a { background-color: rgb(222,200,233); }
div.DivClassName
{
background-color: #DEC8E9;
}
.BgClassName
{
background-color: #DEC8E9;
}
</style>
border-color css
<style>
span { border-color: #DEC8E9; }
span { border-color: rgb(222,200,233); }
td.TdClassName
{
border-color: #DEC8E9;
}
.TagClassName
{
border-color: #DEC8E9;
}
</style>