Shades of Blue Chalk #E0D7E3
Tints of Blue Chalk #E0D7E3
RGB
CMYK
RGB Variations
Color information
#E0D7E3 (or 0xE0D7E3) is known color: Blue Chalk. HEX triplet: E0, D7 and E3. RGB value is (224,215,227). Sum of RGB (Red+Green+Blue) = 224+215+227=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 227 - color contains mainly: blue. Hex color #E0D7E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D7E3 is #1F281C. Grayscale: #DBDBDB. Windows color (decimal): -2041885 or 14931936. OLE color: 14931936.
HSL color Cylindrical-coordinate representation of color #E0D7E3: hue angle of 285º degrees, saturation: 0.18, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0D7E3 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 215 | 227 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.11 |
| HSL | 285º | 0.18% | 0.87% | - |
| HSV(B) | 285º | 0.05% | 0.89% | - |
| XYZ | 68.91 | 69.99 | 82.55 | - |
| YUV | 219.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 227 | 0.01 | 0.05 | 0 | 0.11 | 285 | 0.18 | 0.87 |
| Hex | E0 | D7 | E3 | 1 | 5 | 0 | B | 11D | 12 | 57 |
| Octal | 340 | 327 | 343 | 1 | 5 | 0 | 13 | 435 | 22 | 127 |
| Binary | 11100000 | 11010111 | 11100011 | 1 | 101 | 0 | 1011 | 100011101 | 10010 | 1010111 |
Color Harmonies of #E0D7E3
Complementary color
Monochromatic Colors of #E0D7E3
Black with #E0D7E3
Text Example
Text Example
White with #E0D7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D7E3; }
p { color: rgb(224,215,227); }
H1.HeaderClassName
{
color: #E0D7E3;
}
.AnyTagClassName
{
color: #E0D7E3;
}
</style>
background-color css
<style>
a { background-color: #E0D7E3; }
a { background-color: rgb(224,215,227); }
div.DivClassName
{
background-color: #E0D7E3;
}
.BgClassName
{
background-color: #E0D7E3;
}
</style>
border-color css
<style>
span { border-color: #E0D7E3; }
span { border-color: rgb(224,215,227); }
td.TdClassName
{
border-color: #E0D7E3;
}
.TagClassName
{
border-color: #E0D7E3;
}
</style>