Shades of Blue Chalk #E8DAEF
Tints of Blue Chalk #E8DAEF
RGB
CMYK
RGB Variations
Color information
#E8DAEF (or 0xE8DAEF) is known color: Blue Chalk. HEX triplet: E8, DA and EF. RGB value is (232,218,239). Sum of RGB (Red+Green+Blue) = 232+218+239=689 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.67% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8DAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAEF is #172510. Grayscale: #E0E0E0. Windows color (decimal): -1516817 or 15719144. OLE color: 15719144.
HSL color Cylindrical-coordinate representation of color #E8DAEF: hue angle of 280º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8DAEF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 218 | 239 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.06 |
| HSL | 280º | 0.4% | 0.9% | - |
| HSV(B) | 280º | 0.09% | 0.94% | - |
| XYZ | 73.93 | 73.53 | 91.96 | - |
| YUV | 224.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 239 | 0.03 | 0.09 | 0 | 0.06 | 280 | 0.4 | 0.9 |
| Hex | E8 | DA | EF | 3 | 9 | 0 | 6 | 118 | 28 | 5A |
| Octal | 350 | 332 | 357 | 3 | 11 | 0 | 6 | 430 | 50 | 132 |
| Binary | 11101000 | 11011010 | 11101111 | 11 | 1001 | 0 | 110 | 100011000 | 101000 | 1011010 |
Color Harmonies of #E8DAEF
Complementary color
Monochromatic Colors of #E8DAEF
Black with #E8DAEF
Text Example
Text Example
White with #E8DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DAEF; }
p { color: rgb(232,218,239); }
H1.HeaderClassName
{
color: #E8DAEF;
}
.AnyTagClassName
{
color: #E8DAEF;
}
</style>
background-color css
<style>
a { background-color: #E8DAEF; }
a { background-color: rgb(232,218,239); }
div.DivClassName
{
background-color: #E8DAEF;
}
.BgClassName
{
background-color: #E8DAEF;
}
</style>
border-color css
<style>
span { border-color: #E8DAEF; }
span { border-color: rgb(232,218,239); }
td.TdClassName
{
border-color: #E8DAEF;
}
.TagClassName
{
border-color: #E8DAEF;
}
</style>