Shades of Blue Chalk #E5DAE9
Tints of Blue Chalk #E5DAE9
RGB
CMYK
RGB Variations
Color information
#E5DAE9 (or 0xE5DAE9) is known color: Blue Chalk. HEX triplet: E5, DA and E9. RGB value is (229,218,233). Sum of RGB (Red+Green+Blue) = 229+218+233=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 233 (91.41% from 255 or 34.26% from 680); Max value from RGB is 233 - color contains mainly: blue. Hex color #E5DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAE9 is #1A2516. Grayscale: #DEDEDE. Windows color (decimal): -1713431 or 15325925. OLE color: 15325925.
HSL color Cylindrical-coordinate representation of color #E5DAE9: hue angle of 284º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5DAE9 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 229 | 218 | 233 | - |
CMYK | 0.02 | 0.06 | 0 | 0.09 |
HSL | 284º | 0.25% | 0.88% | - |
HSV(B) | 284º | 0.06% | 0.91% | - |
XYZ | 72.09 | 72.68 | 87.32 | - |
YUV | 223 | 133.64 | 132.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 218 | 233 | 0.02 | 0.06 | 0 | 0.09 | 284 | 0.25 | 0.88 |
Hex | E5 | DA | E9 | 2 | 6 | 0 | 9 | 11C | 19 | 58 |
Octal | 345 | 332 | 351 | 2 | 6 | 0 | 11 | 434 | 31 | 130 |
Binary | 11100101 | 11011010 | 11101001 | 10 | 110 | 0 | 1001 | 100011100 | 11001 | 1011000 |
Color Harmonies of #E5DAE9
Complementary color
Monochromatic Colors of #E5DAE9
Black with #E5DAE9
Text Example
Text Example
White with #E5DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAE9; }
p { color: rgb(229,218,233); }
H1.HeaderClassName
{
color: #E5DAE9;
}
.AnyTagClassName
{
color: #E5DAE9;
}
</style>
background-color css
<style>
a { background-color: #E5DAE9; }
a { background-color: rgb(229,218,233); }
div.DivClassName
{
background-color: #E5DAE9;
}
.BgClassName
{
background-color: #E5DAE9;
}
</style>
border-color css
<style>
span { border-color: #E5DAE9; }
span { border-color: rgb(229,218,233); }
td.TdClassName
{
border-color: #E5DAE9;
}
.TagClassName
{
border-color: #E5DAE9;
}
</style>