Shades of Blue Chalk #E1D0E8
Tints of Blue Chalk #E1D0E8
RGB
CMYK
RGB Variations
Color information
#E1D0E8 (or 0xE1D0E8) is known color: Blue Chalk. HEX triplet: E1, D0 and E8. RGB value is (225,208,232). Sum of RGB (Red+Green+Blue) = 225+208+232=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 232 (91.02% from 255 or 34.89% from 665); Max value from RGB is 232 - color contains mainly: blue. Hex color #E1D0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D0E8 is #1E2F17. Grayscale: #D7D7D7. Windows color (decimal): -1978136 or 15257825. OLE color: 15257825.
HSL color Cylindrical-coordinate representation of color #E1D0E8: hue angle of 282.5º 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 #E1D0E8 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 208 | 232 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.09 |
| HSL | 282.5º | 0.34% | 0.86% | - |
| HSV(B) | 282.5º | 0.1% | 0.91% | - |
| XYZ | 68.17 | 66.95 | 85.67 | - |
| YUV | 215.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 232 | 0.03 | 0.10 | 0 | 0.09 | 282.5 | 0.34 | 0.86 |
| Hex | E1 | D0 | E8 | 3 | A | 0 | 9 | 11A | 22 | 56 |
| Octal | 341 | 320 | 350 | 3 | 12 | 0 | 11 | 432 | 42 | 126 |
| Binary | 11100001 | 11010000 | 11101000 | 11 | 1010 | 0 | 1001 | 100011010 | 100010 | 1010110 |
Color Harmonies of #E1D0E8
Complementary color
Monochromatic Colors of #E1D0E8
Black with #E1D0E8
Text Example
Text Example
White with #E1D0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0E8; }
p { color: rgb(225,208,232); }
H1.HeaderClassName
{
color: #E1D0E8;
}
.AnyTagClassName
{
color: #E1D0E8;
}
</style>
background-color css
<style>
a { background-color: #E1D0E8; }
a { background-color: rgb(225,208,232); }
div.DivClassName
{
background-color: #E1D0E8;
}
.BgClassName
{
background-color: #E1D0E8;
}
</style>
border-color css
<style>
span { border-color: #E1D0E8; }
span { border-color: rgb(225,208,232); }
td.TdClassName
{
border-color: #E1D0E8;
}
.TagClassName
{
border-color: #E1D0E8;
}
</style>