Shades of Blue Chalk #E5DDEA
Tints of Blue Chalk #E5DDEA
RGB
CMYK
RGB Variations
Color information
#E5DDEA (or 0xE5DDEA) is known color: Blue Chalk. HEX triplet: E5, DD and EA. RGB value is (229,221,234). Sum of RGB (Red+Green+Blue) = 229+221+234=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDEA is #1A2215. Grayscale: #E0E0E0. Windows color (decimal): -1712662 or 15392229. OLE color: 15392229.
HSL color Cylindrical-coordinate representation of color #E5DDEA: hue angle of 276.92º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5DDEA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 229 | 221 | 234 | - |
CMYK | 0.02 | 0.06 | 0 | 0.08 |
HSL | 276.92º | 0.24% | 0.89% | - |
HSV(B) | 276.92º | 0.06% | 0.92% | - |
XYZ | 73.02 | 74.31 | 88.34 | - |
YUV | 224.87 | 133.15 | 130.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 221 | 234 | 0.02 | 0.06 | 0 | 0.08 | 276.92 | 0.24 | 0.89 |
Hex | E5 | DD | EA | 2 | 6 | 0 | 8 | 115 | 18 | 59 |
Octal | 345 | 335 | 352 | 2 | 6 | 0 | 10 | 425 | 30 | 131 |
Binary | 11100101 | 11011101 | 11101010 | 10 | 110 | 0 | 1000 | 100010101 | 11000 | 1011001 |
Color Harmonies of #E5DDEA
Complementary color
Monochromatic Colors of #E5DDEA
Black with #E5DDEA
Text Example
Text Example
White with #E5DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDEA; }
p { color: rgb(229,221,234); }
H1.HeaderClassName
{
color: #E5DDEA;
}
.AnyTagClassName
{
color: #E5DDEA;
}
</style>
background-color css
<style>
a { background-color: #E5DDEA; }
a { background-color: rgb(229,221,234); }
div.DivClassName
{
background-color: #E5DDEA;
}
.BgClassName
{
background-color: #E5DDEA;
}
</style>
border-color css
<style>
span { border-color: #E5DDEA; }
span { border-color: rgb(229,221,234); }
td.TdClassName
{
border-color: #E5DDEA;
}
.TagClassName
{
border-color: #E5DDEA;
}
</style>