Shades of Blue Chalk #DEC9ED
Tints of Blue Chalk #DEC9ED
RGB
CMYK
RGB Variations
Color information
#DEC9ED (or 0xDEC9ED) is known color: Blue Chalk. HEX triplet: DE, C9 and ED. RGB value is (222,201,237). Sum of RGB (Red+Green+Blue) = 222+201+237=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC9ED is #213612. Grayscale: #D3D3D3. Windows color (decimal): -2176531 or 15583710. OLE color: 15583710.
HSL color Cylindrical-coordinate representation of color #DEC9ED: hue angle of 275º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEC9ED is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 201 | 237 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.07 |
| HSL | 275º | 0.5% | 0.86% | - |
| HSV(B) | 275º | 0.15% | 0.93% | - |
| XYZ | 66.3 | 63.42 | 88.87 | - |
| YUV | 211.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 237 | 0.06 | 0.15 | 0 | 0.07 | 275 | 0.5 | 0.86 |
| Hex | DE | C9 | ED | 6 | F | 0 | 7 | 113 | 32 | 56 |
| Octal | 336 | 311 | 355 | 6 | 17 | 0 | 7 | 423 | 62 | 126 |
| Binary | 11011110 | 11001001 | 11101101 | 110 | 1111 | 0 | 111 | 100010011 | 110010 | 1010110 |
Color Harmonies of #DEC9ED
Complementary color
Monochromatic Colors of #DEC9ED
Black with #DEC9ED
Text Example
Text Example
White with #DEC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9ED; }
p { color: rgb(222,201,237); }
H1.HeaderClassName
{
color: #DEC9ED;
}
.AnyTagClassName
{
color: #DEC9ED;
}
</style>
background-color css
<style>
a { background-color: #DEC9ED; }
a { background-color: rgb(222,201,237); }
div.DivClassName
{
background-color: #DEC9ED;
}
.BgClassName
{
background-color: #DEC9ED;
}
</style>
border-color css
<style>
span { border-color: #DEC9ED; }
span { border-color: rgb(222,201,237); }
td.TdClassName
{
border-color: #DEC9ED;
}
.TagClassName
{
border-color: #DEC9ED;
}
</style>