Shades of Blue Chalk #DEC9E6
Tints of Blue Chalk #DEC9E6
RGB
CMYK
RGB Variations
Color information
#DEC9E6 (or 0xDEC9E6) is known color: Blue Chalk. HEX triplet: DE, C9 and E6. RGB value is (222,201,230). Sum of RGB (Red+Green+Blue) = 222+201+230=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEC9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC9E6 is #213619. Grayscale: #D2D2D2. Windows color (decimal): -2176538 or 15124958. OLE color: 15124958.
HSL color Cylindrical-coordinate representation of color #DEC9E6: hue angle of 283.45º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC9E6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 201 | 230 | - |
CMYK | 0.03 | 0.13 | 0 | 0.10 |
HSL | 283.45º | 0.37% | 0.85% | - |
HSV(B) | 283.45º | 0.13% | 0.9% | - |
XYZ | 65.29 | 63.02 | 83.58 | - |
YUV | 210.59 | 138.96 | 136.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 201 | 230 | 0.03 | 0.13 | 0 | 0.10 | 283.45 | 0.37 | 0.85 |
Hex | DE | C9 | E6 | 3 | D | 0 | A | 11B | 25 | 55 |
Octal | 336 | 311 | 346 | 3 | 15 | 0 | 12 | 433 | 45 | 125 |
Binary | 11011110 | 11001001 | 11100110 | 11 | 1101 | 0 | 1010 | 100011011 | 100101 | 1010101 |
Color Harmonies of #DEC9E6
Complementary color
Monochromatic Colors of #DEC9E6
Black with #DEC9E6
Text Example
Text Example
White with #DEC9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9E6; }
p { color: rgb(222,201,230); }
H1.HeaderClassName
{
color: #DEC9E6;
}
.AnyTagClassName
{
color: #DEC9E6;
}
</style>
background-color css
<style>
a { background-color: #DEC9E6; }
a { background-color: rgb(222,201,230); }
div.DivClassName
{
background-color: #DEC9E6;
}
.BgClassName
{
background-color: #DEC9E6;
}
</style>
border-color css
<style>
span { border-color: #DEC9E6; }
span { border-color: rgb(222,201,230); }
td.TdClassName
{
border-color: #DEC9E6;
}
.TagClassName
{
border-color: #DEC9E6;
}
</style>