Shades of Blue Chalk #E6DAEA
Tints of Blue Chalk #E6DAEA
RGB
CMYK
RGB Variations
Color information
#E6DAEA (or 0xE6DAEA) is known color: Blue Chalk. HEX triplet: E6, DA and EA. RGB value is (230,218,234). Sum of RGB (Red+Green+Blue) = 230+218+234=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAEA is #192515. Grayscale: #DFDFDF. Windows color (decimal): -1647894 or 15391462. OLE color: 15391462.
HSL color Cylindrical-coordinate representation of color #E6DAEA: hue angle of 285º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6DAEA is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 218 | 234 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.08 |
| HSL | 285º | 0.28% | 0.89% | - |
| HSV(B) | 285º | 0.07% | 0.92% | - |
| XYZ | 72.56 | 72.91 | 88.09 | - |
| YUV | 223.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 234 | 0.02 | 0.07 | 0 | 0.08 | 285 | 0.28 | 0.89 |
| Hex | E6 | DA | EA | 2 | 7 | 0 | 8 | 11D | 1C | 59 |
| Octal | 346 | 332 | 352 | 2 | 7 | 0 | 10 | 435 | 34 | 131 |
| Binary | 11100110 | 11011010 | 11101010 | 10 | 111 | 0 | 1000 | 100011101 | 11100 | 1011001 |
Color Harmonies of #E6DAEA
Complementary color
Monochromatic Colors of #E6DAEA
Black with #E6DAEA
Text Example
Text Example
White with #E6DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAEA; }
p { color: rgb(230,218,234); }
H1.HeaderClassName
{
color: #E6DAEA;
}
.AnyTagClassName
{
color: #E6DAEA;
}
</style>
background-color css
<style>
a { background-color: #E6DAEA; }
a { background-color: rgb(230,218,234); }
div.DivClassName
{
background-color: #E6DAEA;
}
.BgClassName
{
background-color: #E6DAEA;
}
</style>
border-color css
<style>
span { border-color: #E6DAEA; }
span { border-color: rgb(230,218,234); }
td.TdClassName
{
border-color: #E6DAEA;
}
.TagClassName
{
border-color: #E6DAEA;
}
</style>