Shades of Blue Chalk #E8D8FE
Tints of Blue Chalk #E8D8FE
RGB
CMYK
RGB Variations
Color information
#E8D8FE (or 0xE8D8FE) is known color: Blue Chalk. HEX triplet: E8, D8 and FE. RGB value is (232,216,254). Sum of RGB (Red+Green+Blue) = 232+216+254=702 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.05% from 702); Green value is 216 (84.77% from 255 or 30.77% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8D8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D8FE is #172701. Grayscale: #E0E0E0. Windows color (decimal): -1517314 or 16701672. OLE color: 16701672.
HSL color Cylindrical-coordinate representation of color #E8D8FE: hue angle of 265.26º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8D8FE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 216 | 254 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.00 |
| HSL | 265.26º | 0.95% | 0.92% | - |
| HSV(B) | 265.26º | 0.15% | 1% | - |
| XYZ | 75.72 | 73.42 | 103.95 | - |
| YUV | 225.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 254 | 0.09 | 0.15 | 0 | 0.00 | 265.26 | 0.95 | 0.92 |
| Hex | E8 | D8 | FE | 9 | F | 0 | 0 | 109 | 5F | 5C |
| Octal | 350 | 330 | 376 | 11 | 17 | 0 | 0 | 411 | 137 | 134 |
| Binary | 11101000 | 11011000 | 11111110 | 1001 | 1111 | 0 | 0 | 100001001 | 1011111 | 1011100 |
Color Harmonies of #E8D8FE
Complementary color
Monochromatic Colors of #E8D8FE
Black with #E8D8FE
Text Example
Text Example
White with #E8D8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D8FE; }
p { color: rgb(232,216,254); }
H1.HeaderClassName
{
color: #E8D8FE;
}
.AnyTagClassName
{
color: #E8D8FE;
}
</style>
background-color css
<style>
a { background-color: #E8D8FE; }
a { background-color: rgb(232,216,254); }
div.DivClassName
{
background-color: #E8D8FE;
}
.BgClassName
{
background-color: #E8D8FE;
}
</style>
border-color css
<style>
span { border-color: #E8D8FE; }
span { border-color: rgb(232,216,254); }
td.TdClassName
{
border-color: #E8D8FE;
}
.TagClassName
{
border-color: #E8D8FE;
}
</style>