Shades of Blue Chalk #E1D2EE
Tints of Blue Chalk #E1D2EE
RGB
CMYK
RGB Variations
Color information
#E1D2EE (or 0xE1D2EE) is known color: Blue Chalk. HEX triplet: E1, D2 and EE. RGB value is (225,210,238). Sum of RGB (Red+Green+Blue) = 225+210+238=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 210 (82.42% from 255 or 31.20% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D2EE is #1E2D11. Grayscale: #D9D9D9. Windows color (decimal): -1977618 or 15651553. OLE color: 15651553.
HSL color Cylindrical-coordinate representation of color #E1D2EE: hue angle of 272.14º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1D2EE is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 210 | 238 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.07 |
| HSL | 272.14º | 0.45% | 0.88% | - |
| HSV(B) | 272.14º | 0.12% | 0.93% | - |
| XYZ | 69.53 | 68.27 | 90.4 | - |
| YUV | 217.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 238 | 0.05 | 0.12 | 0 | 0.07 | 272.14 | 0.45 | 0.88 |
| Hex | E1 | D2 | EE | 5 | C | 0 | 7 | 110 | 2D | 58 |
| Octal | 341 | 322 | 356 | 5 | 14 | 0 | 7 | 420 | 55 | 130 |
| Binary | 11100001 | 11010010 | 11101110 | 101 | 1100 | 0 | 111 | 100010000 | 101101 | 1011000 |
Color Harmonies of #E1D2EE
Complementary color
Monochromatic Colors of #E1D2EE
Black with #E1D2EE
Text Example
Text Example
White with #E1D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2EE; }
p { color: rgb(225,210,238); }
H1.HeaderClassName
{
color: #E1D2EE;
}
.AnyTagClassName
{
color: #E1D2EE;
}
</style>
background-color css
<style>
a { background-color: #E1D2EE; }
a { background-color: rgb(225,210,238); }
div.DivClassName
{
background-color: #E1D2EE;
}
.BgClassName
{
background-color: #E1D2EE;
}
</style>
border-color css
<style>
span { border-color: #E1D2EE; }
span { border-color: rgb(225,210,238); }
td.TdClassName
{
border-color: #E1D2EE;
}
.TagClassName
{
border-color: #E1D2EE;
}
</style>