Shades of Blue Chalk #DECEE4
Tints of Blue Chalk #DECEE4
RGB
CMYK
RGB Variations
Color information
#DECEE4 (or 0xDECEE4) is known color: Blue Chalk. HEX triplet: DE, CE and E4. RGB value is (222,206,228). Sum of RGB (Red+Green+Blue) = 222+206+228=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 228 - color contains mainly: blue. Hex color #DECEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEE4 is #21311B. Grayscale: #D5D5D5. Windows color (decimal): -2175260 or 14995166. OLE color: 14995166.
HSL color Cylindrical-coordinate representation of color #DECEE4: hue angle of 283.64º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DECEE4 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 206 | 228 | - |
CMYK | 0.03 | 0.10 | 0 | 0.11 |
HSL | 283.64º | 0.29% | 0.85% | - |
HSV(B) | 283.64º | 0.1% | 0.89% | - |
XYZ | 66.2 | 65.27 | 82.51 | - |
YUV | 213.29 | 136.3 | 134.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 206 | 228 | 0.03 | 0.10 | 0 | 0.11 | 283.64 | 0.29 | 0.85 |
Hex | DE | CE | E4 | 3 | A | 0 | B | 11C | 1D | 55 |
Octal | 336 | 316 | 344 | 3 | 12 | 0 | 13 | 434 | 35 | 125 |
Binary | 11011110 | 11001110 | 11100100 | 11 | 1010 | 0 | 1011 | 100011100 | 11101 | 1010101 |
Color Harmonies of #DECEE4
Complementary color
Monochromatic Colors of #DECEE4
Black with #DECEE4
Text Example
Text Example
White with #DECEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEE4; }
p { color: rgb(222,206,228); }
H1.HeaderClassName
{
color: #DECEE4;
}
.AnyTagClassName
{
color: #DECEE4;
}
</style>
background-color css
<style>
a { background-color: #DECEE4; }
a { background-color: rgb(222,206,228); }
div.DivClassName
{
background-color: #DECEE4;
}
.BgClassName
{
background-color: #DECEE4;
}
</style>
border-color css
<style>
span { border-color: #DECEE4; }
span { border-color: rgb(222,206,228); }
td.TdClassName
{
border-color: #DECEE4;
}
.TagClassName
{
border-color: #DECEE4;
}
</style>