Shades of Blue Chalk #E6DDE9
Tints of Blue Chalk #E6DDE9
RGB
CMYK
RGB Variations
Color information
#E6DDE9 (or 0xE6DDE9) is known color: Blue Chalk. HEX triplet: E6, DD and E9. RGB value is (230,221,233). Sum of RGB (Red+Green+Blue) = 230+221+233=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 233 - color contains mainly: blue. Hex color #E6DDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DDE9 is #192216. Grayscale: #E1E1E1. Windows color (decimal): -1647127 or 15326694. OLE color: 15326694.
HSL color Cylindrical-coordinate representation of color #E6DDE9: hue angle of 285º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DDE9 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 230 | 221 | 233 | - |
CMYK | 0.01 | 0.05 | 0 | 0.09 |
HSL | 285º | 0.21% | 0.89% | - |
HSV(B) | 285º | 0.05% | 0.91% | - |
XYZ | 73.2 | 74.42 | 87.6 | - |
YUV | 225.06 | 132.48 | 131.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 221 | 233 | 0.01 | 0.05 | 0 | 0.09 | 285 | 0.21 | 0.89 |
Hex | E6 | DD | E9 | 1 | 5 | 0 | 9 | 11D | 15 | 59 |
Octal | 346 | 335 | 351 | 1 | 5 | 0 | 11 | 435 | 25 | 131 |
Binary | 11100110 | 11011101 | 11101001 | 1 | 101 | 0 | 1001 | 100011101 | 10101 | 1011001 |
Color Harmonies of #E6DDE9
Complementary color
Monochromatic Colors of #E6DDE9
Black with #E6DDE9
Text Example
Text Example
White with #E6DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDE9; }
p { color: rgb(230,221,233); }
H1.HeaderClassName
{
color: #E6DDE9;
}
.AnyTagClassName
{
color: #E6DDE9;
}
</style>
background-color css
<style>
a { background-color: #E6DDE9; }
a { background-color: rgb(230,221,233); }
div.DivClassName
{
background-color: #E6DDE9;
}
.BgClassName
{
background-color: #E6DDE9;
}
</style>
border-color css
<style>
span { border-color: #E6DDE9; }
span { border-color: rgb(230,221,233); }
td.TdClassName
{
border-color: #E6DDE9;
}
.TagClassName
{
border-color: #E6DDE9;
}
</style>