Shades of Blue Chalk #E6D4EF
Tints of Blue Chalk #E6D4EF
RGB
CMYK
RGB Variations
Color information
#E6D4EF (or 0xE6D4EF) is known color: Blue Chalk. HEX triplet: E6, D4 and EF. RGB value is (230,212,239). Sum of RGB (Red+Green+Blue) = 230+212+239=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6D4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D4EF is #192B10. Grayscale: #DCDCDC. Windows color (decimal): -1649425 or 15717606. OLE color: 15717606.
HSL color Cylindrical-coordinate representation of color #E6D4EF: hue angle of 280º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6D4EF is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 212 | 239 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.06 |
| HSL | 280º | 0.46% | 0.88% | - |
| HSV(B) | 280º | 0.11% | 0.94% | - |
| XYZ | 71.76 | 70.14 | 91.42 | - |
| YUV | 220.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 239 | 0.04 | 0.11 | 0 | 0.06 | 280 | 0.46 | 0.88 |
| Hex | E6 | D4 | EF | 4 | B | 0 | 6 | 118 | 2E | 58 |
| Octal | 346 | 324 | 357 | 4 | 13 | 0 | 6 | 430 | 56 | 130 |
| Binary | 11100110 | 11010100 | 11101111 | 100 | 1011 | 0 | 110 | 100011000 | 101110 | 1011000 |
Color Harmonies of #E6D4EF
Complementary color
Monochromatic Colors of #E6D4EF
Black with #E6D4EF
Text Example
Text Example
White with #E6D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D4EF; }
p { color: rgb(230,212,239); }
H1.HeaderClassName
{
color: #E6D4EF;
}
.AnyTagClassName
{
color: #E6D4EF;
}
</style>
background-color css
<style>
a { background-color: #E6D4EF; }
a { background-color: rgb(230,212,239); }
div.DivClassName
{
background-color: #E6D4EF;
}
.BgClassName
{
background-color: #E6D4EF;
}
</style>
border-color css
<style>
span { border-color: #E6D4EF; }
span { border-color: rgb(230,212,239); }
td.TdClassName
{
border-color: #E6D4EF;
}
.TagClassName
{
border-color: #E6D4EF;
}
</style>