Shades of Blue Chalk #E8D2F5
Tints of Blue Chalk #E8D2F5
RGB
CMYK
RGB Variations
Color information
#E8D2F5 (or 0xE8D2F5) is known color: Blue Chalk. HEX triplet: E8, D2 and F5. RGB value is (232,210,245). Sum of RGB (Red+Green+Blue) = 232+210+245=687 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.77% from 687); Green value is 210 (82.42% from 255 or 30.57% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #E8D2F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D2F5 is #172D0A. Grayscale: #DCDCDC. Windows color (decimal): -1518859 or 16110312. OLE color: 16110312.
HSL color Cylindrical-coordinate representation of color #E8D2F5: hue angle of 277.71º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8D2F5 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 210 | 245 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.04 |
| HSL | 277.71º | 0.64% | 0.89% | - |
| HSV(B) | 277.71º | 0.14% | 0.96% | - |
| XYZ | 72.81 | 69.84 | 96.03 | - |
| YUV | 220.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 245 | 0.05 | 0.14 | 0 | 0.04 | 277.71 | 0.64 | 0.89 |
| Hex | E8 | D2 | F5 | 5 | E | 0 | 4 | 116 | 40 | 59 |
| Octal | 350 | 322 | 365 | 5 | 16 | 0 | 4 | 426 | 100 | 131 |
| Binary | 11101000 | 11010010 | 11110101 | 101 | 1110 | 0 | 100 | 100010110 | 1000000 | 1011001 |
Color Harmonies of #E8D2F5
Complementary color
Monochromatic Colors of #E8D2F5
Black with #E8D2F5
Text Example
Text Example
White with #E8D2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D2F5; }
p { color: rgb(232,210,245); }
H1.HeaderClassName
{
color: #E8D2F5;
}
.AnyTagClassName
{
color: #E8D2F5;
}
</style>
background-color css
<style>
a { background-color: #E8D2F5; }
a { background-color: rgb(232,210,245); }
div.DivClassName
{
background-color: #E8D2F5;
}
.BgClassName
{
background-color: #E8D2F5;
}
</style>
border-color css
<style>
span { border-color: #E8D2F5; }
span { border-color: rgb(232,210,245); }
td.TdClassName
{
border-color: #E8D2F5;
}
.TagClassName
{
border-color: #E8D2F5;
}
</style>