Shades of Blue Chalk #E7DAEC
Tints of Blue Chalk #E7DAEC
RGB
CMYK
RGB Variations
Color information
#E7DAEC (or 0xE7DAEC) is known color: Blue Chalk. HEX triplet: E7, DA and EC. RGB value is (231,218,236). Sum of RGB (Red+Green+Blue) = 231+218+236=685 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.72% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAEC is #182513. Grayscale: #DFDFDF. Windows color (decimal): -1582356 or 15522535. OLE color: 15522535.
HSL color Cylindrical-coordinate representation of color #E7DAEC: hue angle of 283.33º degrees, saturation: 0.32, 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 #E7DAEC is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 218 | 236 | - |
CMYK | 0.02 | 0.08 | 0 | 0.07 |
HSL | 283.33º | 0.32% | 0.89% | - |
HSV(B) | 283.33º | 0.08% | 0.93% | - |
XYZ | 73.17 | 73.19 | 89.63 | - |
YUV | 223.94 | 134.81 | 133.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 236 | 0.02 | 0.08 | 0 | 0.07 | 283.33 | 0.32 | 0.89 |
Hex | E7 | DA | EC | 2 | 8 | 0 | 7 | 11B | 20 | 59 |
Octal | 347 | 332 | 354 | 2 | 10 | 0 | 7 | 433 | 40 | 131 |
Binary | 11100111 | 11011010 | 11101100 | 10 | 1000 | 0 | 111 | 100011011 | 100000 | 1011001 |
Color Harmonies of #E7DAEC
Complementary color
Monochromatic Colors of #E7DAEC
Black with #E7DAEC
Text Example
Text Example
White with #E7DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DAEC; }
p { color: rgb(231,218,236); }
H1.HeaderClassName
{
color: #E7DAEC;
}
.AnyTagClassName
{
color: #E7DAEC;
}
</style>
background-color css
<style>
a { background-color: #E7DAEC; }
a { background-color: rgb(231,218,236); }
div.DivClassName
{
background-color: #E7DAEC;
}
.BgClassName
{
background-color: #E7DAEC;
}
</style>
border-color css
<style>
span { border-color: #E7DAEC; }
span { border-color: rgb(231,218,236); }
td.TdClassName
{
border-color: #E7DAEC;
}
.TagClassName
{
border-color: #E7DAEC;
}
</style>