Shades of Blue Chalk #E6D3EF
Tints of Blue Chalk #E6D3EF
RGB
CMYK
RGB Variations
Color information
#E6D3EF (or 0xE6D3EF) is known color: Blue Chalk. HEX triplet: E6, D3 and EF. RGB value is (230,211,239). Sum of RGB (Red+Green+Blue) = 230+211+239=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 211 (82.81% from 255 or 31.03% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6D3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D3EF is #192C10. Grayscale: #DBDBDB. Windows color (decimal): -1649681 or 15717350. OLE color: 15717350.
HSL color Cylindrical-coordinate representation of color #E6D3EF: hue angle of 280.71º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6D3EF is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 211 | 239 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.06 |
| HSL | 280.71º | 0.47% | 0.88% | - |
| HSV(B) | 280.71º | 0.12% | 0.94% | - |
| XYZ | 71.51 | 69.64 | 91.34 | - |
| YUV | 219.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 239 | 0.04 | 0.12 | 0 | 0.06 | 280.71 | 0.47 | 0.88 |
| Hex | E6 | D3 | EF | 4 | C | 0 | 6 | 119 | 2F | 58 |
| Octal | 346 | 323 | 357 | 4 | 14 | 0 | 6 | 431 | 57 | 130 |
| Binary | 11100110 | 11010011 | 11101111 | 100 | 1100 | 0 | 110 | 100011001 | 101111 | 1011000 |
Color Harmonies of #E6D3EF
Complementary color
Monochromatic Colors of #E6D3EF
Black with #E6D3EF
Text Example
Text Example
White with #E6D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D3EF; }
p { color: rgb(230,211,239); }
H1.HeaderClassName
{
color: #E6D3EF;
}
.AnyTagClassName
{
color: #E6D3EF;
}
</style>
background-color css
<style>
a { background-color: #E6D3EF; }
a { background-color: rgb(230,211,239); }
div.DivClassName
{
background-color: #E6D3EF;
}
.BgClassName
{
background-color: #E6D3EF;
}
</style>
border-color css
<style>
span { border-color: #E6D3EF; }
span { border-color: rgb(230,211,239); }
td.TdClassName
{
border-color: #E6D3EF;
}
.TagClassName
{
border-color: #E6D3EF;
}
</style>