Shades of Blue Chalk #E6DAEF
Tints of Blue Chalk #E6DAEF
RGB
CMYK
RGB Variations
Color information
#E6DAEF (or 0xE6DAEF) is known color: Blue Chalk. HEX triplet: E6, DA and EF. RGB value is (230,218,239). Sum of RGB (Red+Green+Blue) = 230+218+239=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6DAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAEF is #192510. Grayscale: #DFDFDF. Windows color (decimal): -1647889 or 15719142. OLE color: 15719142.
HSL color Cylindrical-coordinate representation of color #E6DAEF: hue angle of 274.29º 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 #E6DAEF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 218 | 239 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.06 |
| HSL | 274.29º | 0.4% | 0.9% | - |
| HSV(B) | 274.29º | 0.09% | 0.94% | - |
| XYZ | 73.28 | 73.2 | 91.93 | - |
| YUV | 223.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 239 | 0.04 | 0.09 | 0 | 0.06 | 274.29 | 0.4 | 0.9 |
| Hex | E6 | DA | EF | 4 | 9 | 0 | 6 | 112 | 28 | 5A |
| Octal | 346 | 332 | 357 | 4 | 11 | 0 | 6 | 422 | 50 | 132 |
| Binary | 11100110 | 11011010 | 11101111 | 100 | 1001 | 0 | 110 | 100010010 | 101000 | 1011010 |
Color Harmonies of #E6DAEF
Complementary color
Monochromatic Colors of #E6DAEF
Black with #E6DAEF
Text Example
Text Example
White with #E6DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAEF; }
p { color: rgb(230,218,239); }
H1.HeaderClassName
{
color: #E6DAEF;
}
.AnyTagClassName
{
color: #E6DAEF;
}
</style>
background-color css
<style>
a { background-color: #E6DAEF; }
a { background-color: rgb(230,218,239); }
div.DivClassName
{
background-color: #E6DAEF;
}
.BgClassName
{
background-color: #E6DAEF;
}
</style>
border-color css
<style>
span { border-color: #E6DAEF; }
span { border-color: rgb(230,218,239); }
td.TdClassName
{
border-color: #E6DAEF;
}
.TagClassName
{
border-color: #E6DAEF;
}
</style>