Shades of Blue Chalk #DEC0EA
Tints of Blue Chalk #DEC0EA
RGB
CMYK
RGB Variations
Color information
#DEC0EA (or 0xDEC0EA) is known color: Blue Chalk. HEX triplet: DE, C0 and EA. RGB value is (222,192,234). Sum of RGB (Red+Green+Blue) = 222+192+234=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEC0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0EA is #213F15. Grayscale: #CDCDCD. Windows color (decimal): -2178838 or 15384798. OLE color: 15384798.
HSL color Cylindrical-coordinate representation of color #DEC0EA: hue angle of 282.86º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEC0EA is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 192 | 234 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.08 |
| HSL | 282.86º | 0.5% | 0.84% | - |
| HSV(B) | 282.86º | 0.18% | 0.92% | - |
| XYZ | 63.83 | 59.17 | 85.9 | - |
| YUV | 205.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 234 | 0.05 | 0.18 | 0 | 0.08 | 282.86 | 0.5 | 0.84 |
| Hex | DE | C0 | EA | 5 | 12 | 0 | 8 | 11B | 32 | 54 |
| Octal | 336 | 300 | 352 | 5 | 22 | 0 | 10 | 433 | 62 | 124 |
| Binary | 11011110 | 11000000 | 11101010 | 101 | 10010 | 0 | 1000 | 100011011 | 110010 | 1010100 |
Color Harmonies of #DEC0EA
Complementary color
Monochromatic Colors of #DEC0EA
Black with #DEC0EA
Text Example
Text Example
White with #DEC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0EA; }
p { color: rgb(222,192,234); }
H1.HeaderClassName
{
color: #DEC0EA;
}
.AnyTagClassName
{
color: #DEC0EA;
}
</style>
background-color css
<style>
a { background-color: #DEC0EA; }
a { background-color: rgb(222,192,234); }
div.DivClassName
{
background-color: #DEC0EA;
}
.BgClassName
{
background-color: #DEC0EA;
}
</style>
border-color css
<style>
span { border-color: #DEC0EA; }
span { border-color: rgb(222,192,234); }
td.TdClassName
{
border-color: #DEC0EA;
}
.TagClassName
{
border-color: #DEC0EA;
}
</style>