Shades of Blue Chalk #DEC4E6
Tints of Blue Chalk #DEC4E6
RGB
CMYK
RGB Variations
Color information
#DEC4E6 (or 0xDEC4E6) is known color: Blue Chalk. HEX triplet: DE, C4 and E6. RGB value is (222,196,230). Sum of RGB (Red+Green+Blue) = 222+196+230=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEC4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC4E6 is #213B19. Grayscale: #CFCFCF. Windows color (decimal): -2177818 or 15123678. OLE color: 15123678.
HSL color Cylindrical-coordinate representation of color #DEC4E6: hue angle of 285.88º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEC4E6 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 196 | 230 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.10 |
| HSL | 285.88º | 0.4% | 0.84% | - |
| HSV(B) | 285.88º | 0.15% | 0.9% | - |
| XYZ | 64.15 | 60.72 | 83.2 | - |
| YUV | 207.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 230 | 0.03 | 0.15 | 0 | 0.10 | 285.88 | 0.4 | 0.84 |
| Hex | DE | C4 | E6 | 3 | F | 0 | A | 11E | 28 | 54 |
| Octal | 336 | 304 | 346 | 3 | 17 | 0 | 12 | 436 | 50 | 124 |
| Binary | 11011110 | 11000100 | 11100110 | 11 | 1111 | 0 | 1010 | 100011110 | 101000 | 1010100 |
Color Harmonies of #DEC4E6
Complementary color
Monochromatic Colors of #DEC4E6
Black with #DEC4E6
Text Example
Text Example
White with #DEC4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4E6; }
p { color: rgb(222,196,230); }
H1.HeaderClassName
{
color: #DEC4E6;
}
.AnyTagClassName
{
color: #DEC4E6;
}
</style>
background-color css
<style>
a { background-color: #DEC4E6; }
a { background-color: rgb(222,196,230); }
div.DivClassName
{
background-color: #DEC4E6;
}
.BgClassName
{
background-color: #DEC4E6;
}
</style>
border-color css
<style>
span { border-color: #DEC4E6; }
span { border-color: rgb(222,196,230); }
td.TdClassName
{
border-color: #DEC4E6;
}
.TagClassName
{
border-color: #DEC4E6;
}
</style>