Shades of Blue Chalk #E6DAEB
Tints of Blue Chalk #E6DAEB
RGB
CMYK
RGB Variations
Color information
#E6DAEB (or 0xE6DAEB) is known color: Blue Chalk. HEX triplet: E6, DA and EB. RGB value is (230,218,235). Sum of RGB (Red+Green+Blue) = 230+218+235=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6DAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAEB is #192514. Grayscale: #DFDFDF. Windows color (decimal): -1647893 or 15456998. OLE color: 15456998.
HSL color Cylindrical-coordinate representation of color #E6DAEB: hue angle of 282.35º degrees, saturation: 0.3, 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 #E6DAEB is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 230 | 218 | 235 | - |
CMYK | 0.02 | 0.07 | 0 | 0.08 |
HSL | 282.35º | 0.3% | 0.89% | - |
HSV(B) | 282.35º | 0.07% | 0.92% | - |
XYZ | 72.7 | 72.96 | 88.85 | - |
YUV | 223.53 | 134.48 | 132.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 218 | 235 | 0.02 | 0.07 | 0 | 0.08 | 282.35 | 0.3 | 0.89 |
Hex | E6 | DA | EB | 2 | 7 | 0 | 8 | 11A | 1E | 59 |
Octal | 346 | 332 | 353 | 2 | 7 | 0 | 10 | 432 | 36 | 131 |
Binary | 11100110 | 11011010 | 11101011 | 10 | 111 | 0 | 1000 | 100011010 | 11110 | 1011001 |
Color Harmonies of #E6DAEB
Complementary color
Monochromatic Colors of #E6DAEB
Black with #E6DAEB
Text Example
Text Example
White with #E6DAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAEB; }
p { color: rgb(230,218,235); }
H1.HeaderClassName
{
color: #E6DAEB;
}
.AnyTagClassName
{
color: #E6DAEB;
}
</style>
background-color css
<style>
a { background-color: #E6DAEB; }
a { background-color: rgb(230,218,235); }
div.DivClassName
{
background-color: #E6DAEB;
}
.BgClassName
{
background-color: #E6DAEB;
}
</style>
border-color css
<style>
span { border-color: #E6DAEB; }
span { border-color: rgb(230,218,235); }
td.TdClassName
{
border-color: #E6DAEB;
}
.TagClassName
{
border-color: #E6DAEB;
}
</style>