Shades of Blue Chalk #E5DAEA
Tints of Blue Chalk #E5DAEA
RGB
CMYK
RGB Variations
Color information
#E5DAEA (or 0xE5DAEA) is known color: Blue Chalk. HEX triplet: E5, DA and EA. RGB value is (229,218,234). Sum of RGB (Red+Green+Blue) = 229+218+234=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAEA is #1A2515. Grayscale: #DFDFDF. Windows color (decimal): -1713430 or 15391461. OLE color: 15391461.
HSL color Cylindrical-coordinate representation of color #E5DAEA: hue angle of 281.25º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5DAEA is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 229 | 218 | 234 | - |
CMYK | 0.02 | 0.07 | 0 | 0.08 |
HSL | 281.25º | 0.28% | 0.89% | - |
HSV(B) | 281.25º | 0.07% | 0.92% | - |
XYZ | 72.24 | 72.74 | 88.08 | - |
YUV | 223.11 | 134.14 | 132.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 218 | 234 | 0.02 | 0.07 | 0 | 0.08 | 281.25 | 0.28 | 0.89 |
Hex | E5 | DA | EA | 2 | 7 | 0 | 8 | 119 | 1C | 59 |
Octal | 345 | 332 | 352 | 2 | 7 | 0 | 10 | 431 | 34 | 131 |
Binary | 11100101 | 11011010 | 11101010 | 10 | 111 | 0 | 1000 | 100011001 | 11100 | 1011001 |
Color Harmonies of #E5DAEA
Complementary color
Monochromatic Colors of #E5DAEA
Black with #E5DAEA
Text Example
Text Example
White with #E5DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAEA; }
p { color: rgb(229,218,234); }
H1.HeaderClassName
{
color: #E5DAEA;
}
.AnyTagClassName
{
color: #E5DAEA;
}
</style>
background-color css
<style>
a { background-color: #E5DAEA; }
a { background-color: rgb(229,218,234); }
div.DivClassName
{
background-color: #E5DAEA;
}
.BgClassName
{
background-color: #E5DAEA;
}
</style>
border-color css
<style>
span { border-color: #E5DAEA; }
span { border-color: rgb(229,218,234); }
td.TdClassName
{
border-color: #E5DAEA;
}
.TagClassName
{
border-color: #E5DAEA;
}
</style>