Shades of Blue Chalk #E3DAEE
Tints of Blue Chalk #E3DAEE
RGB
CMYK
RGB Variations
Color information
#E3DAEE (or 0xE3DAEE) is known color: Blue Chalk. HEX triplet: E3, DA and EE. RGB value is (227,218,238). Sum of RGB (Red+Green+Blue) = 227+218+238=683 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.24% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #E3DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAEE is #1C2511. Grayscale: #DEDEDE. Windows color (decimal): -1844498 or 15653603. OLE color: 15653603.
HSL color Cylindrical-coordinate representation of color #E3DAEE: hue angle of 267º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3DAEE is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 218 | 238 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.07 |
| HSL | 267º | 0.37% | 0.89% | - |
| HSV(B) | 267º | 0.08% | 0.93% | - |
| XYZ | 72.18 | 72.65 | 91.11 | - |
| YUV | 222.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 218 | 238 | 0.05 | 0.08 | 0 | 0.07 | 267 | 0.37 | 0.89 |
| Hex | E3 | DA | EE | 5 | 8 | 0 | 7 | 10B | 25 | 59 |
| Octal | 343 | 332 | 356 | 5 | 10 | 0 | 7 | 413 | 45 | 131 |
| Binary | 11100011 | 11011010 | 11101110 | 101 | 1000 | 0 | 111 | 100001011 | 100101 | 1011001 |
Color Harmonies of #E3DAEE
Complementary color
Monochromatic Colors of #E3DAEE
Black with #E3DAEE
Text Example
Text Example
White with #E3DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DAEE; }
p { color: rgb(227,218,238); }
H1.HeaderClassName
{
color: #E3DAEE;
}
.AnyTagClassName
{
color: #E3DAEE;
}
</style>
background-color css
<style>
a { background-color: #E3DAEE; }
a { background-color: rgb(227,218,238); }
div.DivClassName
{
background-color: #E3DAEE;
}
.BgClassName
{
background-color: #E3DAEE;
}
</style>
border-color css
<style>
span { border-color: #E3DAEE; }
span { border-color: rgb(227,218,238); }
td.TdClassName
{
border-color: #E3DAEE;
}
.TagClassName
{
border-color: #E3DAEE;
}
</style>