Shades of Blue Chalk #DEC8E6
Tints of Blue Chalk #DEC8E6
RGB
CMYK
RGB Variations
Color information
#DEC8E6 (or 0xDEC8E6) is known color: Blue Chalk. HEX triplet: DE, C8 and E6. RGB value is (222,200,230). Sum of RGB (Red+Green+Blue) = 222+200+230=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEC8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC8E6 is #213719. Grayscale: #D1D1D1. Windows color (decimal): -2176794 or 15124702. OLE color: 15124702.
HSL color Cylindrical-coordinate representation of color #DEC8E6: hue angle of 284º 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 #DEC8E6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 200 | 230 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.10 |
| HSL | 284º | 0.38% | 0.84% | - |
| HSV(B) | 284º | 0.13% | 0.9% | - |
| XYZ | 65.06 | 62.55 | 83.51 | - |
| YUV | 210 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 230 | 0.03 | 0.13 | 0 | 0.10 | 284 | 0.38 | 0.84 |
| Hex | DE | C8 | E6 | 3 | D | 0 | A | 11C | 26 | 54 |
| Octal | 336 | 310 | 346 | 3 | 15 | 0 | 12 | 434 | 46 | 124 |
| Binary | 11011110 | 11001000 | 11100110 | 11 | 1101 | 0 | 1010 | 100011100 | 100110 | 1010100 |
Color Harmonies of #DEC8E6
Complementary color
Monochromatic Colors of #DEC8E6
Black with #DEC8E6
Text Example
Text Example
White with #DEC8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC8E6; }
p { color: rgb(222,200,230); }
H1.HeaderClassName
{
color: #DEC8E6;
}
.AnyTagClassName
{
color: #DEC8E6;
}
</style>
background-color css
<style>
a { background-color: #DEC8E6; }
a { background-color: rgb(222,200,230); }
div.DivClassName
{
background-color: #DEC8E6;
}
.BgClassName
{
background-color: #DEC8E6;
}
</style>
border-color css
<style>
span { border-color: #DEC8E6; }
span { border-color: rgb(222,200,230); }
td.TdClassName
{
border-color: #DEC8E6;
}
.TagClassName
{
border-color: #DEC8E6;
}
</style>