Shades of Blue Chalk #DECEE2
Tints of Blue Chalk #DECEE2
RGB
CMYK
RGB Variations
Color information
#DECEE2 (or 0xDECEE2) is known color: Blue Chalk. HEX triplet: DE, CE and E2. RGB value is (222,206,226). Sum of RGB (Red+Green+Blue) = 222+206+226=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 226 - color contains mainly: blue. Hex color #DECEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEE2 is #21311D. Grayscale: #D5D5D5. Windows color (decimal): -2175262 or 14864094. OLE color: 14864094.
HSL color Cylindrical-coordinate representation of color #DECEE2: hue angle of 288º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECEE2 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 206 | 226 | - |
CMYK | 0.02 | 0.09 | 0 | 0.11 |
HSL | 288º | 0.26% | 0.85% | - |
HSV(B) | 288º | 0.09% | 0.89% | - |
XYZ | 65.92 | 65.16 | 81.05 | - |
YUV | 213.06 | 135.3 | 134.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 206 | 226 | 0.02 | 0.09 | 0 | 0.11 | 288 | 0.26 | 0.85 |
Hex | DE | CE | E2 | 2 | 9 | 0 | B | 120 | 1A | 55 |
Octal | 336 | 316 | 342 | 2 | 11 | 0 | 13 | 440 | 32 | 125 |
Binary | 11011110 | 11001110 | 11100010 | 10 | 1001 | 0 | 1011 | 100100000 | 11010 | 1010101 |
Color Harmonies of #DECEE2
Complementary color
Monochromatic Colors of #DECEE2
Black with #DECEE2
Text Example
Text Example
White with #DECEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEE2; }
p { color: rgb(222,206,226); }
H1.HeaderClassName
{
color: #DECEE2;
}
.AnyTagClassName
{
color: #DECEE2;
}
</style>
background-color css
<style>
a { background-color: #DECEE2; }
a { background-color: rgb(222,206,226); }
div.DivClassName
{
background-color: #DECEE2;
}
.BgClassName
{
background-color: #DECEE2;
}
</style>
border-color css
<style>
span { border-color: #DECEE2; }
span { border-color: rgb(222,206,226); }
td.TdClassName
{
border-color: #DECEE2;
}
.TagClassName
{
border-color: #DECEE2;
}
</style>