Shades of Blue Chalk #E8D7FD
Tints of Blue Chalk #E8D7FD
RGB
CMYK
RGB Variations
Color information
#E8D7FD (or 0xE8D7FD) is known color: Blue Chalk. HEX triplet: E8, D7 and FD. RGB value is (232,215,253). Sum of RGB (Red+Green+Blue) = 232+215+253=700 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.14% from 700); Green value is 215 (84.38% from 255 or 30.71% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8D7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D7FD is #172802. Grayscale: #E0E0E0. Windows color (decimal): -1517571 or 16635880. OLE color: 16635880.
HSL color Cylindrical-coordinate representation of color #E8D7FD: hue angle of 266.84º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8D7FD is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 215 | 253 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.01 |
| HSL | 266.84º | 0.9% | 0.92% | - |
| HSV(B) | 266.84º | 0.15% | 0.99% | - |
| XYZ | 75.31 | 72.85 | 103.02 | - |
| YUV | 224.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 253 | 0.08 | 0.15 | 0 | 0.01 | 266.84 | 0.9 | 0.92 |
| Hex | E8 | D7 | FD | 8 | F | 0 | 1 | 10B | 5A | 5C |
| Octal | 350 | 327 | 375 | 10 | 17 | 0 | 1 | 413 | 132 | 134 |
| Binary | 11101000 | 11010111 | 11111101 | 1000 | 1111 | 0 | 1 | 100001011 | 1011010 | 1011100 |
Color Harmonies of #E8D7FD
Complementary color
Monochromatic Colors of #E8D7FD
Black with #E8D7FD
Text Example
Text Example
White with #E8D7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D7FD; }
p { color: rgb(232,215,253); }
H1.HeaderClassName
{
color: #E8D7FD;
}
.AnyTagClassName
{
color: #E8D7FD;
}
</style>
background-color css
<style>
a { background-color: #E8D7FD; }
a { background-color: rgb(232,215,253); }
div.DivClassName
{
background-color: #E8D7FD;
}
.BgClassName
{
background-color: #E8D7FD;
}
</style>
border-color css
<style>
span { border-color: #E8D7FD; }
span { border-color: rgb(232,215,253); }
td.TdClassName
{
border-color: #E8D7FD;
}
.TagClassName
{
border-color: #E8D7FD;
}
</style>