Shades of Blue Chalk #E5DAEE
Tints of Blue Chalk #E5DAEE
RGB
CMYK
RGB Variations
Color information
#E5DAEE (or 0xE5DAEE) is known color: Blue Chalk. HEX triplet: E5, DA and EE. RGB value is (229,218,238). Sum of RGB (Red+Green+Blue) = 229+218+238=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAEE is #1A2511. Grayscale: #DFDFDF. Windows color (decimal): -1713426 or 15653605. OLE color: 15653605.
HSL color Cylindrical-coordinate representation of color #E5DAEE: hue angle of 273º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5DAEE is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 218 | 238 | - |
CMYK | 0.04 | 0.08 | 0 | 0.07 |
HSL | 273º | 0.37% | 0.89% | - |
HSV(B) | 273º | 0.08% | 0.93% | - |
XYZ | 72.82 | 72.97 | 91.14 | - |
YUV | 223.57 | 136.14 | 131.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 218 | 238 | 0.04 | 0.08 | 0 | 0.07 | 273 | 0.37 | 0.89 |
Hex | E5 | DA | EE | 4 | 8 | 0 | 7 | 111 | 25 | 59 |
Octal | 345 | 332 | 356 | 4 | 10 | 0 | 7 | 421 | 45 | 131 |
Binary | 11100101 | 11011010 | 11101110 | 100 | 1000 | 0 | 111 | 100010001 | 100101 | 1011001 |
Color Harmonies of #E5DAEE
Complementary color
Monochromatic Colors of #E5DAEE
Black with #E5DAEE
Text Example
Text Example
White with #E5DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAEE; }
p { color: rgb(229,218,238); }
H1.HeaderClassName
{
color: #E5DAEE;
}
.AnyTagClassName
{
color: #E5DAEE;
}
</style>
background-color css
<style>
a { background-color: #E5DAEE; }
a { background-color: rgb(229,218,238); }
div.DivClassName
{
background-color: #E5DAEE;
}
.BgClassName
{
background-color: #E5DAEE;
}
</style>
border-color css
<style>
span { border-color: #E5DAEE; }
span { border-color: rgb(229,218,238); }
td.TdClassName
{
border-color: #E5DAEE;
}
.TagClassName
{
border-color: #E5DAEE;
}
</style>