Shades of Blue Chalk #DEC2ED
Tints of Blue Chalk #DEC2ED
RGB
CMYK
RGB Variations
Color information
#DEC2ED (or 0xDEC2ED) is known color: Blue Chalk. HEX triplet: DE, C2 and ED. RGB value is (222,194,237). Sum of RGB (Red+Green+Blue) = 222+194+237=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC2ED is #213D12. Grayscale: #CFCFCF. Windows color (decimal): -2178323 or 15581918. OLE color: 15581918.
HSL color Cylindrical-coordinate representation of color #DEC2ED: hue angle of 279.07º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEC2ED is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 194 | 237 | - |
CMYK | 0.06 | 0.18 | 0 | 0.07 |
HSL | 279.07º | 0.54% | 0.85% | - |
HSV(B) | 279.07º | 0.18% | 0.93% | - |
XYZ | 64.7 | 60.23 | 88.34 | - |
YUV | 207.27 | 144.78 | 138.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 194 | 237 | 0.06 | 0.18 | 0 | 0.07 | 279.07 | 0.54 | 0.85 |
Hex | DE | C2 | ED | 6 | 12 | 0 | 7 | 117 | 36 | 55 |
Octal | 336 | 302 | 355 | 6 | 22 | 0 | 7 | 427 | 66 | 125 |
Binary | 11011110 | 11000010 | 11101101 | 110 | 10010 | 0 | 111 | 100010111 | 110110 | 1010101 |
Color Harmonies of #DEC2ED
Complementary color
Monochromatic Colors of #DEC2ED
Black with #DEC2ED
Text Example
Text Example
White with #DEC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2ED; }
p { color: rgb(222,194,237); }
H1.HeaderClassName
{
color: #DEC2ED;
}
.AnyTagClassName
{
color: #DEC2ED;
}
</style>
background-color css
<style>
a { background-color: #DEC2ED; }
a { background-color: rgb(222,194,237); }
div.DivClassName
{
background-color: #DEC2ED;
}
.BgClassName
{
background-color: #DEC2ED;
}
</style>
border-color css
<style>
span { border-color: #DEC2ED; }
span { border-color: rgb(222,194,237); }
td.TdClassName
{
border-color: #DEC2ED;
}
.TagClassName
{
border-color: #DEC2ED;
}
</style>