Shades of Blue Chalk #E3D0ED
Tints of Blue Chalk #E3D0ED
RGB
CMYK
RGB Variations
Color information
#E3D0ED (or 0xE3D0ED) is known color: Blue Chalk. HEX triplet: E3, D0 and ED. RGB value is (227,208,237). Sum of RGB (Red+Green+Blue) = 227+208+237=672 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.78% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D0ED is #1C2F12. Grayscale: #D8D8D8. Windows color (decimal): -1847059 or 15585507. OLE color: 15585507.
HSL color Cylindrical-coordinate representation of color #E3D0ED: hue angle of 279.31º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3D0ED is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 208 | 237 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.07 |
| HSL | 279.31º | 0.45% | 0.87% | - |
| HSV(B) | 279.31º | 0.12% | 0.93% | - |
| XYZ | 69.52 | 67.56 | 89.5 | - |
| YUV | 216.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 237 | 0.04 | 0.12 | 0 | 0.07 | 279.31 | 0.45 | 0.87 |
| Hex | E3 | D0 | ED | 4 | C | 0 | 7 | 117 | 2D | 57 |
| Octal | 343 | 320 | 355 | 4 | 14 | 0 | 7 | 427 | 55 | 127 |
| Binary | 11100011 | 11010000 | 11101101 | 100 | 1100 | 0 | 111 | 100010111 | 101101 | 1010111 |
Color Harmonies of #E3D0ED
Complementary color
Monochromatic Colors of #E3D0ED
Black with #E3D0ED
Text Example
Text Example
White with #E3D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D0ED; }
p { color: rgb(227,208,237); }
H1.HeaderClassName
{
color: #E3D0ED;
}
.AnyTagClassName
{
color: #E3D0ED;
}
</style>
background-color css
<style>
a { background-color: #E3D0ED; }
a { background-color: rgb(227,208,237); }
div.DivClassName
{
background-color: #E3D0ED;
}
.BgClassName
{
background-color: #E3D0ED;
}
</style>
border-color css
<style>
span { border-color: #E3D0ED; }
span { border-color: rgb(227,208,237); }
td.TdClassName
{
border-color: #E3D0ED;
}
.TagClassName
{
border-color: #E3D0ED;
}
</style>