Shades of Blue Chalk #DEC0ED
Tints of Blue Chalk #DEC0ED
RGB
CMYK
RGB Variations
Color information
#DEC0ED (or 0xDEC0ED) is known color: Blue Chalk. HEX triplet: DE, C0 and ED. RGB value is (222,192,237). Sum of RGB (Red+Green+Blue) = 222+192+237=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEC0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0ED is #213F12. Grayscale: #CDCDCD. Windows color (decimal): -2178835 or 15581406. OLE color: 15581406.
HSL color Cylindrical-coordinate representation of color #DEC0ED: hue angle of 280º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEC0ED is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 192 | 237 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.07 |
| HSL | 280º | 0.56% | 0.84% | - |
| HSV(B) | 280º | 0.19% | 0.93% | - |
| XYZ | 64.26 | 59.34 | 88.19 | - |
| YUV | 206.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 237 | 0.06 | 0.19 | 0 | 0.07 | 280 | 0.56 | 0.84 |
| Hex | DE | C0 | ED | 6 | 13 | 0 | 7 | 118 | 38 | 54 |
| Octal | 336 | 300 | 355 | 6 | 23 | 0 | 7 | 430 | 70 | 124 |
| Binary | 11011110 | 11000000 | 11101101 | 110 | 10011 | 0 | 111 | 100011000 | 111000 | 1010100 |
Color Harmonies of #DEC0ED
Complementary color
Monochromatic Colors of #DEC0ED
Black with #DEC0ED
Text Example
Text Example
White with #DEC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0ED; }
p { color: rgb(222,192,237); }
H1.HeaderClassName
{
color: #DEC0ED;
}
.AnyTagClassName
{
color: #DEC0ED;
}
</style>
background-color css
<style>
a { background-color: #DEC0ED; }
a { background-color: rgb(222,192,237); }
div.DivClassName
{
background-color: #DEC0ED;
}
.BgClassName
{
background-color: #DEC0ED;
}
</style>
border-color css
<style>
span { border-color: #DEC0ED; }
span { border-color: rgb(222,192,237); }
td.TdClassName
{
border-color: #DEC0ED;
}
.TagClassName
{
border-color: #DEC0ED;
}
</style>