Shades of Blue Chalk #DEC6ED
Tints of Blue Chalk #DEC6ED
RGB
CMYK
RGB Variations
Color information
#DEC6ED (or 0xDEC6ED) is known color: Blue Chalk. HEX triplet: DE, C6 and ED. RGB value is (222,198,237). Sum of RGB (Red+Green+Blue) = 222+198+237=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC6ED is #213912. Grayscale: #D1D1D1. Windows color (decimal): -2177299 or 15582942. OLE color: 15582942.
HSL color Cylindrical-coordinate representation of color #DEC6ED: hue angle of 276.92º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEC6ED is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 198 | 237 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.07 |
| HSL | 276.92º | 0.52% | 0.85% | - |
| HSV(B) | 276.92º | 0.16% | 0.93% | - |
| XYZ | 65.6 | 62.03 | 88.64 | - |
| YUV | 209.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 237 | 0.06 | 0.16 | 0 | 0.07 | 276.92 | 0.52 | 0.85 |
| Hex | DE | C6 | ED | 6 | 10 | 0 | 7 | 115 | 34 | 55 |
| Octal | 336 | 306 | 355 | 6 | 20 | 0 | 7 | 425 | 64 | 125 |
| Binary | 11011110 | 11000110 | 11101101 | 110 | 10000 | 0 | 111 | 100010101 | 110100 | 1010101 |
Color Harmonies of #DEC6ED
Complementary color
Monochromatic Colors of #DEC6ED
Black with #DEC6ED
Text Example
Text Example
White with #DEC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6ED; }
p { color: rgb(222,198,237); }
H1.HeaderClassName
{
color: #DEC6ED;
}
.AnyTagClassName
{
color: #DEC6ED;
}
</style>
background-color css
<style>
a { background-color: #DEC6ED; }
a { background-color: rgb(222,198,237); }
div.DivClassName
{
background-color: #DEC6ED;
}
.BgClassName
{
background-color: #DEC6ED;
}
</style>
border-color css
<style>
span { border-color: #DEC6ED; }
span { border-color: rgb(222,198,237); }
td.TdClassName
{
border-color: #DEC6ED;
}
.TagClassName
{
border-color: #DEC6ED;
}
</style>