Shades of Blue Chalk #DEC0E7
Tints of Blue Chalk #DEC0E7
RGB
CMYK
RGB Variations
Color information
#DEC0E7 (or 0xDEC0E7) is known color: Blue Chalk. HEX triplet: DE, C0 and E7. RGB value is (222,192,231). Sum of RGB (Red+Green+Blue) = 222+192+231=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEC0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0E7 is #213F18. Grayscale: #CDCDCD. Windows color (decimal): -2178841 or 15188190. OLE color: 15188190.
HSL color Cylindrical-coordinate representation of color #DEC0E7: hue angle of 286.15º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEC0E7 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 192 | 231 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.09 |
| HSL | 286.15º | 0.45% | 0.83% | - |
| HSV(B) | 286.15º | 0.17% | 0.91% | - |
| XYZ | 63.4 | 59 | 83.65 | - |
| YUV | 205.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 231 | 0.04 | 0.17 | 0 | 0.09 | 286.15 | 0.45 | 0.83 |
| Hex | DE | C0 | E7 | 4 | 11 | 0 | 9 | 11E | 2D | 53 |
| Octal | 336 | 300 | 347 | 4 | 21 | 0 | 11 | 436 | 55 | 123 |
| Binary | 11011110 | 11000000 | 11100111 | 100 | 10001 | 0 | 1001 | 100011110 | 101101 | 1010011 |
Color Harmonies of #DEC0E7
Complementary color
Monochromatic Colors of #DEC0E7
Black with #DEC0E7
Text Example
Text Example
White with #DEC0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0E7; }
p { color: rgb(222,192,231); }
H1.HeaderClassName
{
color: #DEC0E7;
}
.AnyTagClassName
{
color: #DEC0E7;
}
</style>
background-color css
<style>
a { background-color: #DEC0E7; }
a { background-color: rgb(222,192,231); }
div.DivClassName
{
background-color: #DEC0E7;
}
.BgClassName
{
background-color: #DEC0E7;
}
</style>
border-color css
<style>
span { border-color: #DEC0E7; }
span { border-color: rgb(222,192,231); }
td.TdClassName
{
border-color: #DEC0E7;
}
.TagClassName
{
border-color: #DEC0E7;
}
</style>