Shades of Blue Chalk #E0D3ED
Tints of Blue Chalk #E0D3ED
RGB
CMYK
RGB Variations
Color information
#E0D3ED (or 0xE0D3ED) is known color: Blue Chalk. HEX triplet: E0, D3 and ED. RGB value is (224,211,237). Sum of RGB (Red+Green+Blue) = 224+211+237=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0D3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D3ED is #1F2C12. Grayscale: #D9D9D9. Windows color (decimal): -2042899 or 15586272. OLE color: 15586272.
HSL color Cylindrical-coordinate representation of color #E0D3ED: hue angle of 270º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0D3ED is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 211 | 237 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.07 |
| HSL | 270º | 0.42% | 0.88% | - |
| HSV(B) | 270º | 0.11% | 0.93% | - |
| XYZ | 69.32 | 68.55 | 89.7 | - |
| YUV | 217.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 237 | 0.05 | 0.11 | 0 | 0.07 | 270 | 0.42 | 0.88 |
| Hex | E0 | D3 | ED | 5 | B | 0 | 7 | 10E | 2A | 58 |
| Octal | 340 | 323 | 355 | 5 | 13 | 0 | 7 | 416 | 52 | 130 |
| Binary | 11100000 | 11010011 | 11101101 | 101 | 1011 | 0 | 111 | 100001110 | 101010 | 1011000 |
Color Harmonies of #E0D3ED
Complementary color
Monochromatic Colors of #E0D3ED
Black with #E0D3ED
Text Example
Text Example
White with #E0D3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D3ED; }
p { color: rgb(224,211,237); }
H1.HeaderClassName
{
color: #E0D3ED;
}
.AnyTagClassName
{
color: #E0D3ED;
}
</style>
background-color css
<style>
a { background-color: #E0D3ED; }
a { background-color: rgb(224,211,237); }
div.DivClassName
{
background-color: #E0D3ED;
}
.BgClassName
{
background-color: #E0D3ED;
}
</style>
border-color css
<style>
span { border-color: #E0D3ED; }
span { border-color: rgb(224,211,237); }
td.TdClassName
{
border-color: #E0D3ED;
}
.TagClassName
{
border-color: #E0D3ED;
}
</style>