Shades of Blue Chalk #E1D0E9
Tints of Blue Chalk #E1D0E9
RGB
CMYK
RGB Variations
Color information
#E1D0E9 (or 0xE1D0E9) is known color: Blue Chalk. HEX triplet: E1, D0 and E9. RGB value is (225,208,233). Sum of RGB (Red+Green+Blue) = 225+208+233=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1D0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D0E9 is #1E2F16. Grayscale: #D7D7D7. Windows color (decimal): -1978135 or 15323361. OLE color: 15323361.
HSL color Cylindrical-coordinate representation of color #E1D0E9: hue angle of 280.8º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1D0E9 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 208 | 233 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.09 |
| HSL | 280.8º | 0.36% | 0.86% | - |
| HSV(B) | 280.8º | 0.11% | 0.91% | - |
| XYZ | 68.32 | 67 | 86.42 | - |
| YUV | 215.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 233 | 0.03 | 0.11 | 0 | 0.09 | 280.8 | 0.36 | 0.86 |
| Hex | E1 | D0 | E9 | 3 | B | 0 | 9 | 119 | 24 | 56 |
| Octal | 341 | 320 | 351 | 3 | 13 | 0 | 11 | 431 | 44 | 126 |
| Binary | 11100001 | 11010000 | 11101001 | 11 | 1011 | 0 | 1001 | 100011001 | 100100 | 1010110 |
Color Harmonies of #E1D0E9
Complementary color
Monochromatic Colors of #E1D0E9
Black with #E1D0E9
Text Example
Text Example
White with #E1D0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0E9; }
p { color: rgb(225,208,233); }
H1.HeaderClassName
{
color: #E1D0E9;
}
.AnyTagClassName
{
color: #E1D0E9;
}
</style>
background-color css
<style>
a { background-color: #E1D0E9; }
a { background-color: rgb(225,208,233); }
div.DivClassName
{
background-color: #E1D0E9;
}
.BgClassName
{
background-color: #E1D0E9;
}
</style>
border-color css
<style>
span { border-color: #E1D0E9; }
span { border-color: rgb(225,208,233); }
td.TdClassName
{
border-color: #E1D0E9;
}
.TagClassName
{
border-color: #E1D0E9;
}
</style>