Shades of Blue Chalk #DEC7E6
Tints of Blue Chalk #DEC7E6
RGB
CMYK
RGB Variations
Color information
#DEC7E6 (or 0xDEC7E6) is known color: Blue Chalk. HEX triplet: DE, C7 and E6. RGB value is (222,199,230). Sum of RGB (Red+Green+Blue) = 222+199+230=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEC7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC7E6 is #213819. Grayscale: #D1D1D1. Windows color (decimal): -2177050 or 15124446. OLE color: 15124446.
HSL color Cylindrical-coordinate representation of color #DEC7E6: hue angle of 284.52º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC7E6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 199 | 230 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.10 |
| HSL | 284.52º | 0.38% | 0.84% | - |
| HSV(B) | 284.52º | 0.13% | 0.9% | - |
| XYZ | 64.83 | 62.09 | 83.43 | - |
| YUV | 209.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 230 | 0.03 | 0.13 | 0 | 0.10 | 284.52 | 0.38 | 0.84 |
| Hex | DE | C7 | E6 | 3 | D | 0 | A | 11D | 26 | 54 |
| Octal | 336 | 307 | 346 | 3 | 15 | 0 | 12 | 435 | 46 | 124 |
| Binary | 11011110 | 11000111 | 11100110 | 11 | 1101 | 0 | 1010 | 100011101 | 100110 | 1010100 |
Color Harmonies of #DEC7E6
Complementary color
Monochromatic Colors of #DEC7E6
Black with #DEC7E6
Text Example
Text Example
White with #DEC7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7E6; }
p { color: rgb(222,199,230); }
H1.HeaderClassName
{
color: #DEC7E6;
}
.AnyTagClassName
{
color: #DEC7E6;
}
</style>
background-color css
<style>
a { background-color: #DEC7E6; }
a { background-color: rgb(222,199,230); }
div.DivClassName
{
background-color: #DEC7E6;
}
.BgClassName
{
background-color: #DEC7E6;
}
</style>
border-color css
<style>
span { border-color: #DEC7E6; }
span { border-color: rgb(222,199,230); }
td.TdClassName
{
border-color: #DEC7E6;
}
.TagClassName
{
border-color: #DEC7E6;
}
</style>