Shades of Blue Chalk #E0D0E8
Tints of Blue Chalk #E0D0E8
RGB
CMYK
RGB Variations
Color information
#E0D0E8 (or 0xE0D0E8) is known color: Blue Chalk. HEX triplet: E0, D0 and E8. RGB value is (224,208,232). Sum of RGB (Red+Green+Blue) = 224+208+232=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0D0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D0E8 is #1F2F17. Grayscale: #D7D7D7. Windows color (decimal): -2043672 or 15257824. OLE color: 15257824.
HSL color Cylindrical-coordinate representation of color #E0D0E8: hue angle of 280º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0D0E8 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 208 | 232 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.09 |
| HSL | 280º | 0.34% | 0.86% | - |
| HSV(B) | 280º | 0.1% | 0.91% | - |
| XYZ | 67.86 | 66.79 | 85.66 | - |
| YUV | 215.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 232 | 0.03 | 0.10 | 0 | 0.09 | 280 | 0.34 | 0.86 |
| Hex | E0 | D0 | E8 | 3 | A | 0 | 9 | 118 | 22 | 56 |
| Octal | 340 | 320 | 350 | 3 | 12 | 0 | 11 | 430 | 42 | 126 |
| Binary | 11100000 | 11010000 | 11101000 | 11 | 1010 | 0 | 1001 | 100011000 | 100010 | 1010110 |
Color Harmonies of #E0D0E8
Complementary color
Monochromatic Colors of #E0D0E8
Black with #E0D0E8
Text Example
Text Example
White with #E0D0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D0E8; }
p { color: rgb(224,208,232); }
H1.HeaderClassName
{
color: #E0D0E8;
}
.AnyTagClassName
{
color: #E0D0E8;
}
</style>
background-color css
<style>
a { background-color: #E0D0E8; }
a { background-color: rgb(224,208,232); }
div.DivClassName
{
background-color: #E0D0E8;
}
.BgClassName
{
background-color: #E0D0E8;
}
</style>
border-color css
<style>
span { border-color: #E0D0E8; }
span { border-color: rgb(224,208,232); }
td.TdClassName
{
border-color: #E0D0E8;
}
.TagClassName
{
border-color: #E0D0E8;
}
</style>