Shades of Blue Chalk #E8DDEC
Tints of Blue Chalk #E8DDEC
RGB
CMYK
RGB Variations
Color information
#E8DDEC (or 0xE8DDEC) is known color: Blue Chalk. HEX triplet: E8, DD and EC. RGB value is (232,221,236). Sum of RGB (Red+Green+Blue) = 232+221+236=689 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.67% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8DDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DDEC is #172213. Grayscale: #E1E1E1. Windows color (decimal): -1516052 or 15523304. OLE color: 15523304.
HSL color Cylindrical-coordinate representation of color #E8DDEC: hue angle of 284º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8DDEC is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 232 | 221 | 236 | - |
CMYK | 0.02 | 0.06 | 0 | 0.07 |
HSL | 284º | 0.28% | 0.9% | - |
HSV(B) | 284º | 0.06% | 0.93% | - |
XYZ | 74.28 | 74.92 | 89.9 | - |
YUV | 226 | 133.64 | 132.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 221 | 236 | 0.02 | 0.06 | 0 | 0.07 | 284 | 0.28 | 0.9 |
Hex | E8 | DD | EC | 2 | 6 | 0 | 7 | 11C | 1C | 5A |
Octal | 350 | 335 | 354 | 2 | 6 | 0 | 7 | 434 | 34 | 132 |
Binary | 11101000 | 11011101 | 11101100 | 10 | 110 | 0 | 111 | 100011100 | 11100 | 1011010 |
Color Harmonies of #E8DDEC
Complementary color
Monochromatic Colors of #E8DDEC
Black with #E8DDEC
Text Example
Text Example
White with #E8DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDEC; }
p { color: rgb(232,221,236); }
H1.HeaderClassName
{
color: #E8DDEC;
}
.AnyTagClassName
{
color: #E8DDEC;
}
</style>
background-color css
<style>
a { background-color: #E8DDEC; }
a { background-color: rgb(232,221,236); }
div.DivClassName
{
background-color: #E8DDEC;
}
.BgClassName
{
background-color: #E8DDEC;
}
</style>
border-color css
<style>
span { border-color: #E8DDEC; }
span { border-color: rgb(232,221,236); }
td.TdClassName
{
border-color: #E8DDEC;
}
.TagClassName
{
border-color: #E8DDEC;
}
</style>