Shades of Blue Chalk #E8D9FC
Tints of Blue Chalk #E8D9FC
RGB
CMYK
RGB Variations
Color information
#E8D9FC (or 0xE8D9FC) is known color: Blue Chalk. HEX triplet: E8, D9 and FC. RGB value is (232,217,252). Sum of RGB (Red+Green+Blue) = 232+217+252=701 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.10% from 701); Green value is 217 (85.16% from 255 or 30.96% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8D9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D9FC is #172603. Grayscale: #E1E1E1. Windows color (decimal): -1517060 or 16570856. OLE color: 16570856.
HSL color Cylindrical-coordinate representation of color #E8D9FC: hue angle of 265.71º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8D9FC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 217 | 252 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.01 |
| HSL | 265.71º | 0.85% | 0.92% | - |
| HSV(B) | 265.71º | 0.14% | 0.99% | - |
| XYZ | 75.66 | 73.81 | 102.35 | - |
| YUV | 225.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 252 | 0.08 | 0.14 | 0 | 0.01 | 265.71 | 0.85 | 0.92 |
| Hex | E8 | D9 | FC | 8 | E | 0 | 1 | 10A | 55 | 5C |
| Octal | 350 | 331 | 374 | 10 | 16 | 0 | 1 | 412 | 125 | 134 |
| Binary | 11101000 | 11011001 | 11111100 | 1000 | 1110 | 0 | 1 | 100001010 | 1010101 | 1011100 |
Color Harmonies of #E8D9FC
Complementary color
Monochromatic Colors of #E8D9FC
Black with #E8D9FC
Text Example
Text Example
White with #E8D9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D9FC; }
p { color: rgb(232,217,252); }
H1.HeaderClassName
{
color: #E8D9FC;
}
.AnyTagClassName
{
color: #E8D9FC;
}
</style>
background-color css
<style>
a { background-color: #E8D9FC; }
a { background-color: rgb(232,217,252); }
div.DivClassName
{
background-color: #E8D9FC;
}
.BgClassName
{
background-color: #E8D9FC;
}
</style>
border-color css
<style>
span { border-color: #E8D9FC; }
span { border-color: rgb(232,217,252); }
td.TdClassName
{
border-color: #E8D9FC;
}
.TagClassName
{
border-color: #E8D9FC;
}
</style>