Shades of Blue Chalk #E6D7EA
Tints of Blue Chalk #E6D7EA
RGB
CMYK
RGB Variations
Color information
#E6D7EA (or 0xE6D7EA) is known color: Blue Chalk. HEX triplet: E6, D7 and EA. RGB value is (230,215,234). Sum of RGB (Red+Green+Blue) = 230+215+234=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6D7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D7EA is #192815. Grayscale: #DDDDDD. Windows color (decimal): -1648662 or 15390694. OLE color: 15390694.
HSL color Cylindrical-coordinate representation of color #E6D7EA: hue angle of 287.37º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6D7EA is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 215 | 234 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.08 |
| HSL | 287.37º | 0.31% | 0.88% | - |
| HSV(B) | 287.37º | 0.08% | 0.92% | - |
| XYZ | 71.78 | 71.36 | 87.83 | - |
| YUV | 221.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 234 | 0.02 | 0.08 | 0 | 0.08 | 287.37 | 0.31 | 0.88 |
| Hex | E6 | D7 | EA | 2 | 8 | 0 | 8 | 11F | 1F | 58 |
| Octal | 346 | 327 | 352 | 2 | 10 | 0 | 10 | 437 | 37 | 130 |
| Binary | 11100110 | 11010111 | 11101010 | 10 | 1000 | 0 | 1000 | 100011111 | 11111 | 1011000 |
Color Harmonies of #E6D7EA
Complementary color
Monochromatic Colors of #E6D7EA
Black with #E6D7EA
Text Example
Text Example
White with #E6D7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D7EA; }
p { color: rgb(230,215,234); }
H1.HeaderClassName
{
color: #E6D7EA;
}
.AnyTagClassName
{
color: #E6D7EA;
}
</style>
background-color css
<style>
a { background-color: #E6D7EA; }
a { background-color: rgb(230,215,234); }
div.DivClassName
{
background-color: #E6D7EA;
}
.BgClassName
{
background-color: #E6D7EA;
}
</style>
border-color css
<style>
span { border-color: #E6D7EA; }
span { border-color: rgb(230,215,234); }
td.TdClassName
{
border-color: #E6D7EA;
}
.TagClassName
{
border-color: #E6D7EA;
}
</style>