Shades of Blue Chalk #E4DAF2
Tints of Blue Chalk #E4DAF2
RGB
CMYK
RGB Variations
Color information
#E4DAF2 (or 0xE4DAF2) is known color: Blue Chalk. HEX triplet: E4, DA and F2. RGB value is (228,218,242). Sum of RGB (Red+Green+Blue) = 228+218+242=688 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.14% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4DAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DAF2 is #1B250D. Grayscale: #DFDFDF. Windows color (decimal): -1778958 or 15915748. OLE color: 15915748.
HSL color Cylindrical-coordinate representation of color #E4DAF2: hue angle of 265º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4DAF2 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 218 | 242 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.05 |
| HSL | 265º | 0.48% | 0.9% | - |
| HSV(B) | 265º | 0.1% | 0.95% | - |
| XYZ | 73.09 | 73.05 | 94.25 | - |
| YUV | 223.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 218 | 242 | 0.06 | 0.10 | 0 | 0.05 | 265 | 0.48 | 0.9 |
| Hex | E4 | DA | F2 | 6 | A | 0 | 5 | 109 | 30 | 5A |
| Octal | 344 | 332 | 362 | 6 | 12 | 0 | 5 | 411 | 60 | 132 |
| Binary | 11100100 | 11011010 | 11110010 | 110 | 1010 | 0 | 101 | 100001001 | 110000 | 1011010 |
Color Harmonies of #E4DAF2
Complementary color
Monochromatic Colors of #E4DAF2
Black with #E4DAF2
Text Example
Text Example
White with #E4DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DAF2; }
p { color: rgb(228,218,242); }
H1.HeaderClassName
{
color: #E4DAF2;
}
.AnyTagClassName
{
color: #E4DAF2;
}
</style>
background-color css
<style>
a { background-color: #E4DAF2; }
a { background-color: rgb(228,218,242); }
div.DivClassName
{
background-color: #E4DAF2;
}
.BgClassName
{
background-color: #E4DAF2;
}
</style>
border-color css
<style>
span { border-color: #E4DAF2; }
span { border-color: rgb(228,218,242); }
td.TdClassName
{
border-color: #E4DAF2;
}
.TagClassName
{
border-color: #E4DAF2;
}
</style>