Shades of Blue Chalk #E7D2ED
Tints of Blue Chalk #E7D2ED
RGB
CMYK
RGB Variations
Color information
#E7D2ED (or 0xE7D2ED) is known color: Blue Chalk. HEX triplet: E7, D2 and ED. RGB value is (231,210,237). Sum of RGB (Red+Green+Blue) = 231+210+237=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7D2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D2ED is #182D12. Grayscale: #DBDBDB. Windows color (decimal): -1584403 or 15586023. OLE color: 15586023.
HSL color Cylindrical-coordinate representation of color #E7D2ED: hue angle of 286.67º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7D2ED is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 210 | 237 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.07 |
| HSL | 286.67º | 0.43% | 0.88% | - |
| HSV(B) | 286.67º | 0.11% | 0.93% | - |
| XYZ | 71.29 | 69.2 | 89.72 | - |
| YUV | 219.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 237 | 0.03 | 0.11 | 0 | 0.07 | 286.67 | 0.43 | 0.88 |
| Hex | E7 | D2 | ED | 3 | B | 0 | 7 | 11F | 2B | 58 |
| Octal | 347 | 322 | 355 | 3 | 13 | 0 | 7 | 437 | 53 | 130 |
| Binary | 11100111 | 11010010 | 11101101 | 11 | 1011 | 0 | 111 | 100011111 | 101011 | 1011000 |
Color Harmonies of #E7D2ED
Complementary color
Monochromatic Colors of #E7D2ED
Black with #E7D2ED
Text Example
Text Example
White with #E7D2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D2ED; }
p { color: rgb(231,210,237); }
H1.HeaderClassName
{
color: #E7D2ED;
}
.AnyTagClassName
{
color: #E7D2ED;
}
</style>
background-color css
<style>
a { background-color: #E7D2ED; }
a { background-color: rgb(231,210,237); }
div.DivClassName
{
background-color: #E7D2ED;
}
.BgClassName
{
background-color: #E7D2ED;
}
</style>
border-color css
<style>
span { border-color: #E7D2ED; }
span { border-color: rgb(231,210,237); }
td.TdClassName
{
border-color: #E7D2ED;
}
.TagClassName
{
border-color: #E7D2ED;
}
</style>