Shades of Blue Chalk #E3DAED
Tints of Blue Chalk #E3DAED
RGB
CMYK
RGB Variations
Color information
#E3DAED (or 0xE3DAED) is known color: Blue Chalk. HEX triplet: E3, DA and ED. RGB value is (227,218,237). Sum of RGB (Red+Green+Blue) = 227+218+237=682 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.28% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAED is #1C2512. Grayscale: #DEDEDE. Windows color (decimal): -1844499 or 15588067. OLE color: 15588067.
HSL color Cylindrical-coordinate representation of color #E3DAED: hue angle of 268.42º 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 #E3DAED is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 227 | 218 | 237 | - |
CMYK | 0.04 | 0.08 | 0 | 0.07 |
HSL | 268.42º | 0.35% | 0.89% | - |
HSV(B) | 268.42º | 0.08% | 0.93% | - |
XYZ | 72.04 | 72.59 | 90.33 | - |
YUV | 222.86 | 135.98 | 130.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 218 | 237 | 0.04 | 0.08 | 0 | 0.07 | 268.42 | 0.35 | 0.89 |
Hex | E3 | DA | ED | 4 | 8 | 0 | 7 | 10C | 23 | 59 |
Octal | 343 | 332 | 355 | 4 | 10 | 0 | 7 | 414 | 43 | 131 |
Binary | 11100011 | 11011010 | 11101101 | 100 | 1000 | 0 | 111 | 100001100 | 100011 | 1011001 |
Color Harmonies of #E3DAED
Complementary color
Monochromatic Colors of #E3DAED
Black with #E3DAED
Text Example
Text Example
White with #E3DAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DAED; }
p { color: rgb(227,218,237); }
H1.HeaderClassName
{
color: #E3DAED;
}
.AnyTagClassName
{
color: #E3DAED;
}
</style>
background-color css
<style>
a { background-color: #E3DAED; }
a { background-color: rgb(227,218,237); }
div.DivClassName
{
background-color: #E3DAED;
}
.BgClassName
{
background-color: #E3DAED;
}
</style>
border-color css
<style>
span { border-color: #E3DAED; }
span { border-color: rgb(227,218,237); }
td.TdClassName
{
border-color: #E3DAED;
}
.TagClassName
{
border-color: #E3DAED;
}
</style>