Shades of Blue Chalk #E1D0EA
Tints of Blue Chalk #E1D0EA
RGB
CMYK
RGB Variations
Color information
#E1D0EA (or 0xE1D0EA) is known color: Blue Chalk. HEX triplet: E1, D0 and EA. RGB value is (225,208,234). Sum of RGB (Red+Green+Blue) = 225+208+234=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1D0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D0EA is #1E2F15. Grayscale: #D7D7D7. Windows color (decimal): -1978134 or 15388897. OLE color: 15388897.
HSL color Cylindrical-coordinate representation of color #E1D0EA: hue angle of 279.23º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1D0EA is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 208 | 234 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.08 |
| HSL | 279.23º | 0.38% | 0.87% | - |
| HSV(B) | 279.23º | 0.11% | 0.92% | - |
| XYZ | 68.46 | 67.06 | 87.18 | - |
| YUV | 216.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 234 | 0.04 | 0.11 | 0 | 0.08 | 279.23 | 0.38 | 0.87 |
| Hex | E1 | D0 | EA | 4 | B | 0 | 8 | 117 | 26 | 57 |
| Octal | 341 | 320 | 352 | 4 | 13 | 0 | 10 | 427 | 46 | 127 |
| Binary | 11100001 | 11010000 | 11101010 | 100 | 1011 | 0 | 1000 | 100010111 | 100110 | 1010111 |
Color Harmonies of #E1D0EA
Complementary color
Monochromatic Colors of #E1D0EA
Black with #E1D0EA
Text Example
Text Example
White with #E1D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0EA; }
p { color: rgb(225,208,234); }
H1.HeaderClassName
{
color: #E1D0EA;
}
.AnyTagClassName
{
color: #E1D0EA;
}
</style>
background-color css
<style>
a { background-color: #E1D0EA; }
a { background-color: rgb(225,208,234); }
div.DivClassName
{
background-color: #E1D0EA;
}
.BgClassName
{
background-color: #E1D0EA;
}
</style>
border-color css
<style>
span { border-color: #E1D0EA; }
span { border-color: rgb(225,208,234); }
td.TdClassName
{
border-color: #E1D0EA;
}
.TagClassName
{
border-color: #E1D0EA;
}
</style>