Shades of Blue Chalk #E4DAED
Tints of Blue Chalk #E4DAED
RGB
CMYK
RGB Variations
Color information
#E4DAED (or 0xE4DAED) is known color: Blue Chalk. HEX triplet: E4, DA and ED. RGB value is (228,218,237). Sum of RGB (Red+Green+Blue) = 228+218+237=683 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.38% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DAED is #1B2512. Grayscale: #DFDFDF. Windows color (decimal): -1778963 or 15588068. OLE color: 15588068.
HSL color Cylindrical-coordinate representation of color #E4DAED: hue angle of 271.58º degrees, saturation: 0.35, 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 #E4DAED is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 218 | 237 | - |
CMYK | 0.04 | 0.08 | 0 | 0.07 |
HSL | 271.58º | 0.35% | 0.89% | - |
HSV(B) | 271.58º | 0.08% | 0.93% | - |
XYZ | 72.35 | 72.75 | 90.35 | - |
YUV | 223.16 | 135.81 | 131.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 218 | 237 | 0.04 | 0.08 | 0 | 0.07 | 271.58 | 0.35 | 0.89 |
Hex | E4 | DA | ED | 4 | 8 | 0 | 7 | 110 | 23 | 59 |
Octal | 344 | 332 | 355 | 4 | 10 | 0 | 7 | 420 | 43 | 131 |
Binary | 11100100 | 11011010 | 11101101 | 100 | 1000 | 0 | 111 | 100010000 | 100011 | 1011001 |
Color Harmonies of #E4DAED
Complementary color
Monochromatic Colors of #E4DAED
Black with #E4DAED
Text Example
Text Example
White with #E4DAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DAED; }
p { color: rgb(228,218,237); }
H1.HeaderClassName
{
color: #E4DAED;
}
.AnyTagClassName
{
color: #E4DAED;
}
</style>
background-color css
<style>
a { background-color: #E4DAED; }
a { background-color: rgb(228,218,237); }
div.DivClassName
{
background-color: #E4DAED;
}
.BgClassName
{
background-color: #E4DAED;
}
</style>
border-color css
<style>
span { border-color: #E4DAED; }
span { border-color: rgb(228,218,237); }
td.TdClassName
{
border-color: #E4DAED;
}
.TagClassName
{
border-color: #E4DAED;
}
</style>