Shades of Blue Chalk #E6D1EE
Tints of Blue Chalk #E6D1EE
RGB
CMYK
RGB Variations
Color information
#E6D1EE (or 0xE6D1EE) is known color: Blue Chalk. HEX triplet: E6, D1 and EE. RGB value is (230,209,238). Sum of RGB (Red+Green+Blue) = 230+209+238=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 209 (82.03% from 255 or 30.87% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6D1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D1EE is #192E11. Grayscale: #DADADA. Windows color (decimal): -1650194 or 15651302. OLE color: 15651302.
HSL color Cylindrical-coordinate representation of color #E6D1EE: hue angle of 283.45º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6D1EE is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 209 | 238 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.07 |
| HSL | 283.45º | 0.46% | 0.88% | - |
| HSV(B) | 283.45º | 0.12% | 0.93% | - |
| XYZ | 70.87 | 68.6 | 90.39 | - |
| YUV | 218.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 238 | 0.03 | 0.12 | 0 | 0.07 | 283.45 | 0.46 | 0.88 |
| Hex | E6 | D1 | EE | 3 | C | 0 | 7 | 11B | 2E | 58 |
| Octal | 346 | 321 | 356 | 3 | 14 | 0 | 7 | 433 | 56 | 130 |
| Binary | 11100110 | 11010001 | 11101110 | 11 | 1100 | 0 | 111 | 100011011 | 101110 | 1011000 |
Color Harmonies of #E6D1EE
Complementary color
Monochromatic Colors of #E6D1EE
Black with #E6D1EE
Text Example
Text Example
White with #E6D1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D1EE; }
p { color: rgb(230,209,238); }
H1.HeaderClassName
{
color: #E6D1EE;
}
.AnyTagClassName
{
color: #E6D1EE;
}
</style>
background-color css
<style>
a { background-color: #E6D1EE; }
a { background-color: rgb(230,209,238); }
div.DivClassName
{
background-color: #E6D1EE;
}
.BgClassName
{
background-color: #E6D1EE;
}
</style>
border-color css
<style>
span { border-color: #E6D1EE; }
span { border-color: rgb(230,209,238); }
td.TdClassName
{
border-color: #E6D1EE;
}
.TagClassName
{
border-color: #E6D1EE;
}
</style>