Shades of Blue Chalk #E9D2EE
Tints of Blue Chalk #E9D2EE
RGB
CMYK
RGB Variations
Color information
#E9D2EE (or 0xE9D2EE) is known color: Blue Chalk. HEX triplet: E9, D2 and EE. RGB value is (233,210,238). Sum of RGB (Red+Green+Blue) = 233+210+238=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9D2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D2EE is #162D11. Grayscale: #DBDBDB. Windows color (decimal): -1453330 or 15651561. OLE color: 15651561.
HSL color Cylindrical-coordinate representation of color #E9D2EE: hue angle of 289.29º 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 #E9D2EE is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 210 | 238 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.07 |
| HSL | 289.29º | 0.45% | 0.88% | - |
| HSV(B) | 289.29º | 0.12% | 0.93% | - |
| XYZ | 72.08 | 69.59 | 90.52 | - |
| YUV | 220.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 238 | 0.02 | 0.12 | 0 | 0.07 | 289.29 | 0.45 | 0.88 |
| Hex | E9 | D2 | EE | 2 | C | 0 | 7 | 121 | 2D | 58 |
| Octal | 351 | 322 | 356 | 2 | 14 | 0 | 7 | 441 | 55 | 130 |
| Binary | 11101001 | 11010010 | 11101110 | 10 | 1100 | 0 | 111 | 100100001 | 101101 | 1011000 |
Color Harmonies of #E9D2EE
Complementary color
Monochromatic Colors of #E9D2EE
Black with #E9D2EE
Text Example
Text Example
White with #E9D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D2EE; }
p { color: rgb(233,210,238); }
H1.HeaderClassName
{
color: #E9D2EE;
}
.AnyTagClassName
{
color: #E9D2EE;
}
</style>
background-color css
<style>
a { background-color: #E9D2EE; }
a { background-color: rgb(233,210,238); }
div.DivClassName
{
background-color: #E9D2EE;
}
.BgClassName
{
background-color: #E9D2EE;
}
</style>
border-color css
<style>
span { border-color: #E9D2EE; }
span { border-color: rgb(233,210,238); }
td.TdClassName
{
border-color: #E9D2EE;
}
.TagClassName
{
border-color: #E9D2EE;
}
</style>