Shades of Blue Chalk #E6DDEA
Tints of Blue Chalk #E6DDEA
RGB
CMYK
RGB Variations
Color information
#E6DDEA (or 0xE6DDEA) is known color: Blue Chalk. HEX triplet: E6, DD and EA. RGB value is (230,221,234). Sum of RGB (Red+Green+Blue) = 230+221+234=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6DDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DDEA is #192215. Grayscale: #E1E1E1. Windows color (decimal): -1647126 or 15392230. OLE color: 15392230.
HSL color Cylindrical-coordinate representation of color #E6DDEA: hue angle of 281.54º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6DDEA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 221 | 234 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.08 |
| HSL | 281.54º | 0.24% | 0.89% | - |
| HSV(B) | 281.54º | 0.06% | 0.92% | - |
| XYZ | 73.34 | 74.48 | 88.35 | - |
| YUV | 225.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 234 | 0.02 | 0.06 | 0 | 0.08 | 281.54 | 0.24 | 0.89 |
| Hex | E6 | DD | EA | 2 | 6 | 0 | 8 | 11A | 18 | 59 |
| Octal | 346 | 335 | 352 | 2 | 6 | 0 | 10 | 432 | 30 | 131 |
| Binary | 11100110 | 11011101 | 11101010 | 10 | 110 | 0 | 1000 | 100011010 | 11000 | 1011001 |
Color Harmonies of #E6DDEA
Complementary color
Monochromatic Colors of #E6DDEA
Black with #E6DDEA
Text Example
Text Example
White with #E6DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDEA; }
p { color: rgb(230,221,234); }
H1.HeaderClassName
{
color: #E6DDEA;
}
.AnyTagClassName
{
color: #E6DDEA;
}
</style>
background-color css
<style>
a { background-color: #E6DDEA; }
a { background-color: rgb(230,221,234); }
div.DivClassName
{
background-color: #E6DDEA;
}
.BgClassName
{
background-color: #E6DDEA;
}
</style>
border-color css
<style>
span { border-color: #E6DDEA; }
span { border-color: rgb(230,221,234); }
td.TdClassName
{
border-color: #E6DDEA;
}
.TagClassName
{
border-color: #E6DDEA;
}
</style>