Shades of Blue Chalk #E3D0EF
Tints of Blue Chalk #E3D0EF
RGB
CMYK
RGB Variations
Color information
#E3D0EF (or 0xE3D0EF) is known color: Blue Chalk. HEX triplet: E3, D0 and EF. RGB value is (227,208,239). Sum of RGB (Red+Green+Blue) = 227+208+239=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3D0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D0EF is #1C2F10. Grayscale: #D9D9D9. Windows color (decimal): -1847057 or 15716579. OLE color: 15716579.
HSL color Cylindrical-coordinate representation of color #E3D0EF: hue angle of 276.77º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3D0EF is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 208 | 239 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.06 |
| HSL | 276.77º | 0.49% | 0.88% | - |
| HSV(B) | 276.77º | 0.13% | 0.94% | - |
| XYZ | 69.81 | 67.67 | 91.04 | - |
| YUV | 217.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 239 | 0.05 | 0.13 | 0 | 0.06 | 276.77 | 0.49 | 0.88 |
| Hex | E3 | D0 | EF | 5 | D | 0 | 6 | 115 | 31 | 58 |
| Octal | 343 | 320 | 357 | 5 | 15 | 0 | 6 | 425 | 61 | 130 |
| Binary | 11100011 | 11010000 | 11101111 | 101 | 1101 | 0 | 110 | 100010101 | 110001 | 1011000 |
Color Harmonies of #E3D0EF
Complementary color
Monochromatic Colors of #E3D0EF
Black with #E3D0EF
Text Example
Text Example
White with #E3D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D0EF; }
p { color: rgb(227,208,239); }
H1.HeaderClassName
{
color: #E3D0EF;
}
.AnyTagClassName
{
color: #E3D0EF;
}
</style>
background-color css
<style>
a { background-color: #E3D0EF; }
a { background-color: rgb(227,208,239); }
div.DivClassName
{
background-color: #E3D0EF;
}
.BgClassName
{
background-color: #E3D0EF;
}
</style>
border-color css
<style>
span { border-color: #E3D0EF; }
span { border-color: rgb(227,208,239); }
td.TdClassName
{
border-color: #E3D0EF;
}
.TagClassName
{
border-color: #E3D0EF;
}
</style>