Shades of Blue Chalk #DEC1ED
Tints of Blue Chalk #DEC1ED
RGB
CMYK
RGB Variations
Color information
#DEC1ED (or 0xDEC1ED) is known color: Blue Chalk. HEX triplet: DE, C1 and ED. RGB value is (222,193,237). Sum of RGB (Red+Green+Blue) = 222+193+237=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEC1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1ED is #213E12. Grayscale: #CECECE. Windows color (decimal): -2178579 or 15581662. OLE color: 15581662.
HSL color Cylindrical-coordinate representation of color #DEC1ED: hue angle of 279.55º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEC1ED is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 193 | 237 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.07 |
| HSL | 279.55º | 0.55% | 0.84% | - |
| HSV(B) | 279.55º | 0.19% | 0.93% | - |
| XYZ | 64.48 | 59.78 | 88.26 | - |
| YUV | 206.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 237 | 0.06 | 0.19 | 0 | 0.07 | 279.55 | 0.55 | 0.84 |
| Hex | DE | C1 | ED | 6 | 13 | 0 | 7 | 118 | 37 | 54 |
| Octal | 336 | 301 | 355 | 6 | 23 | 0 | 7 | 430 | 67 | 124 |
| Binary | 11011110 | 11000001 | 11101101 | 110 | 10011 | 0 | 111 | 100011000 | 110111 | 1010100 |
Color Harmonies of #DEC1ED
Complementary color
Monochromatic Colors of #DEC1ED
Black with #DEC1ED
Text Example
Text Example
White with #DEC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1ED; }
p { color: rgb(222,193,237); }
H1.HeaderClassName
{
color: #DEC1ED;
}
.AnyTagClassName
{
color: #DEC1ED;
}
</style>
background-color css
<style>
a { background-color: #DEC1ED; }
a { background-color: rgb(222,193,237); }
div.DivClassName
{
background-color: #DEC1ED;
}
.BgClassName
{
background-color: #DEC1ED;
}
</style>
border-color css
<style>
span { border-color: #DEC1ED; }
span { border-color: rgb(222,193,237); }
td.TdClassName
{
border-color: #DEC1ED;
}
.TagClassName
{
border-color: #DEC1ED;
}
</style>