Shades of Blue Chalk #DEC1E8
Tints of Blue Chalk #DEC1E8
RGB
CMYK
RGB Variations
Color information
#DEC1E8 (or 0xDEC1E8) is known color: Blue Chalk. HEX triplet: DE, C1 and E8. RGB value is (222,193,232). Sum of RGB (Red+Green+Blue) = 222+193+232=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEC1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1E8 is #213E17. Grayscale: #CDCDCD. Windows color (decimal): -2178584 or 15253982. OLE color: 15253982.
HSL color Cylindrical-coordinate representation of color #DEC1E8: hue angle of 284.62º degrees, saturation: 0.46, 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 #DEC1E8 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 193 | 232 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.09 |
| HSL | 284.62º | 0.46% | 0.83% | - |
| HSV(B) | 284.62º | 0.17% | 0.91% | - |
| XYZ | 63.76 | 59.5 | 84.47 | - |
| YUV | 206.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 232 | 0.04 | 0.17 | 0 | 0.09 | 284.62 | 0.46 | 0.83 |
| Hex | DE | C1 | E8 | 4 | 11 | 0 | 9 | 11D | 2E | 53 |
| Octal | 336 | 301 | 350 | 4 | 21 | 0 | 11 | 435 | 56 | 123 |
| Binary | 11011110 | 11000001 | 11101000 | 100 | 10001 | 0 | 1001 | 100011101 | 101110 | 1010011 |
Color Harmonies of #DEC1E8
Complementary color
Monochromatic Colors of #DEC1E8
Black with #DEC1E8
Text Example
Text Example
White with #DEC1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1E8; }
p { color: rgb(222,193,232); }
H1.HeaderClassName
{
color: #DEC1E8;
}
.AnyTagClassName
{
color: #DEC1E8;
}
</style>
background-color css
<style>
a { background-color: #DEC1E8; }
a { background-color: rgb(222,193,232); }
div.DivClassName
{
background-color: #DEC1E8;
}
.BgClassName
{
background-color: #DEC1E8;
}
</style>
border-color css
<style>
span { border-color: #DEC1E8; }
span { border-color: rgb(222,193,232); }
td.TdClassName
{
border-color: #DEC1E8;
}
.TagClassName
{
border-color: #DEC1E8;
}
</style>