Shades of Blue Chalk #E6D2EC
Tints of Blue Chalk #E6D2EC
RGB
CMYK
RGB Variations
Color information
#E6D2EC (or 0xE6D2EC) is known color: Blue Chalk. HEX triplet: E6, D2 and EC. RGB value is (230,210,236). Sum of RGB (Red+Green+Blue) = 230+210+236=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 210 (82.42% from 255 or 31.07% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6D2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D2EC is #192D13. Grayscale: #DADADA. Windows color (decimal): -1649940 or 15520486. OLE color: 15520486.
HSL color Cylindrical-coordinate representation of color #E6D2EC: hue angle of 286.15º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6D2EC is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 210 | 236 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.07 |
| HSL | 286.15º | 0.41% | 0.87% | - |
| HSV(B) | 286.15º | 0.11% | 0.93% | - |
| XYZ | 70.82 | 68.97 | 88.94 | - |
| YUV | 218.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 210 | 236 | 0.03 | 0.11 | 0 | 0.07 | 286.15 | 0.41 | 0.87 |
| Hex | E6 | D2 | EC | 3 | B | 0 | 7 | 11E | 29 | 57 |
| Octal | 346 | 322 | 354 | 3 | 13 | 0 | 7 | 436 | 51 | 127 |
| Binary | 11100110 | 11010010 | 11101100 | 11 | 1011 | 0 | 111 | 100011110 | 101001 | 1010111 |
Color Harmonies of #E6D2EC
Complementary color
Monochromatic Colors of #E6D2EC
Black with #E6D2EC
Text Example
Text Example
White with #E6D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D2EC; }
p { color: rgb(230,210,236); }
H1.HeaderClassName
{
color: #E6D2EC;
}
.AnyTagClassName
{
color: #E6D2EC;
}
</style>
background-color css
<style>
a { background-color: #E6D2EC; }
a { background-color: rgb(230,210,236); }
div.DivClassName
{
background-color: #E6D2EC;
}
.BgClassName
{
background-color: #E6D2EC;
}
</style>
border-color css
<style>
span { border-color: #E6D2EC; }
span { border-color: rgb(230,210,236); }
td.TdClassName
{
border-color: #E6D2EC;
}
.TagClassName
{
border-color: #E6D2EC;
}
</style>