Shades of Blue Chalk #E8D8FF
Tints of Blue Chalk #E8D8FF
RGB
CMYK
RGB Variations
Color information
#E8D8FF (or 0xE8D8FF) is known color: Blue Chalk. HEX triplet: E8, D8 and FF. RGB value is (232,216,255). Sum of RGB (Red+Green+Blue) = 232+216+255=703 (93% of max value = 765). Red value is 232 (91.02% from 255 or 33.00% from 703); Green value is 216 (84.77% from 255 or 30.73% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8D8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D8FF is #172700. Grayscale: #E1E1E1. Windows color (decimal): -1517313 or 16767208. OLE color: 16767208.
HSL color Cylindrical-coordinate representation of color #E8D8FF: hue angle of 264.62º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8D8FF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 216 | 255 | - |
| CMYK | 0.09 | 0.15 | 0 | 0 |
| HSL | 264.62º | 1% | 0.92% | - |
| HSV(B) | 264.62º | 0.15% | 1% | - |
| XYZ | 75.88 | 73.49 | 104.79 | - |
| YUV | 225.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 255 | 0.09 | 0.15 | 0 | 0 | 264.62 | 1 | 0.92 |
| Hex | E8 | D8 | FF | 9 | F | 0 | 0 | 109 | 64 | 5C |
| Octal | 350 | 330 | 377 | 11 | 17 | 0 | 0 | 411 | 144 | 134 |
| Binary | 11101000 | 11011000 | 11111111 | 1001 | 1111 | 0 | 0 | 100001001 | 1100100 | 1011100 |
Color Harmonies of #E8D8FF
Complementary color
Monochromatic Colors of #E8D8FF
Black with #E8D8FF
Text Example
Text Example
White with #E8D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D8FF; }
p { color: rgb(232,216,255); }
H1.HeaderClassName
{
color: #E8D8FF;
}
.AnyTagClassName
{
color: #E8D8FF;
}
</style>
background-color css
<style>
a { background-color: #E8D8FF; }
a { background-color: rgb(232,216,255); }
div.DivClassName
{
background-color: #E8D8FF;
}
.BgClassName
{
background-color: #E8D8FF;
}
</style>
border-color css
<style>
span { border-color: #E8D8FF; }
span { border-color: rgb(232,216,255); }
td.TdClassName
{
border-color: #E8D8FF;
}
.TagClassName
{
border-color: #E8D8FF;
}
</style>