Shades of Blue Chalk #E0D2EE
Tints of Blue Chalk #E0D2EE
RGB
CMYK
RGB Variations
Color information
#E0D2EE (or 0xE0D2EE) is known color: Blue Chalk. HEX triplet: E0, D2 and EE. RGB value is (224,210,238). Sum of RGB (Red+Green+Blue) = 224+210+238=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D2EE is #1F2D11. Grayscale: #D9D9D9. Windows color (decimal): -2043154 or 15651552. OLE color: 15651552.
HSL color Cylindrical-coordinate representation of color #E0D2EE: hue angle of 270º 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 #E0D2EE is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 210 | 238 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.07 |
| HSL | 270º | 0.45% | 0.88% | - |
| HSV(B) | 270º | 0.12% | 0.93% | - |
| XYZ | 69.22 | 68.11 | 90.39 | - |
| YUV | 217.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 238 | 0.06 | 0.12 | 0 | 0.07 | 270 | 0.45 | 0.88 |
| Hex | E0 | D2 | EE | 6 | C | 0 | 7 | 10E | 2D | 58 |
| Octal | 340 | 322 | 356 | 6 | 14 | 0 | 7 | 416 | 55 | 130 |
| Binary | 11100000 | 11010010 | 11101110 | 110 | 1100 | 0 | 111 | 100001110 | 101101 | 1011000 |
Color Harmonies of #E0D2EE
Complementary color
Monochromatic Colors of #E0D2EE
Black with #E0D2EE
Text Example
Text Example
White with #E0D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D2EE; }
p { color: rgb(224,210,238); }
H1.HeaderClassName
{
color: #E0D2EE;
}
.AnyTagClassName
{
color: #E0D2EE;
}
</style>
background-color css
<style>
a { background-color: #E0D2EE; }
a { background-color: rgb(224,210,238); }
div.DivClassName
{
background-color: #E0D2EE;
}
.BgClassName
{
background-color: #E0D2EE;
}
</style>
border-color css
<style>
span { border-color: #E0D2EE; }
span { border-color: rgb(224,210,238); }
td.TdClassName
{
border-color: #E0D2EE;
}
.TagClassName
{
border-color: #E0D2EE;
}
</style>