Shades of Blue Chalk #E7D8FC
Tints of Blue Chalk #E7D8FC
RGB
CMYK
RGB Variations
Color information
#E7D8FC (or 0xE7D8FC) is known color: Blue Chalk. HEX triplet: E7, D8 and FC. RGB value is (231,216,252). Sum of RGB (Red+Green+Blue) = 231+216+252=699 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.05% from 699); Green value is 216 (84.77% from 255 or 30.90% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7D8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D8FC is #182703. Grayscale: #E0E0E0. Windows color (decimal): -1582852 or 16570599. OLE color: 16570599.
HSL color Cylindrical-coordinate representation of color #E7D8FC: hue angle of 265º degrees, saturation: 0.86, 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 #E7D8FC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 216 | 252 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.01 |
| HSL | 265º | 0.86% | 0.92% | - |
| HSV(B) | 265º | 0.14% | 0.99% | - |
| XYZ | 75.08 | 73.13 | 102.25 | - |
| YUV | 224.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 252 | 0.08 | 0.14 | 0 | 0.01 | 265 | 0.86 | 0.92 |
| Hex | E7 | D8 | FC | 8 | E | 0 | 1 | 109 | 56 | 5C |
| Octal | 347 | 330 | 374 | 10 | 16 | 0 | 1 | 411 | 126 | 134 |
| Binary | 11100111 | 11011000 | 11111100 | 1000 | 1110 | 0 | 1 | 100001001 | 1010110 | 1011100 |
Color Harmonies of #E7D8FC
Complementary color
Monochromatic Colors of #E7D8FC
Black with #E7D8FC
Text Example
Text Example
White with #E7D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D8FC; }
p { color: rgb(231,216,252); }
H1.HeaderClassName
{
color: #E7D8FC;
}
.AnyTagClassName
{
color: #E7D8FC;
}
</style>
background-color css
<style>
a { background-color: #E7D8FC; }
a { background-color: rgb(231,216,252); }
div.DivClassName
{
background-color: #E7D8FC;
}
.BgClassName
{
background-color: #E7D8FC;
}
</style>
border-color css
<style>
span { border-color: #E7D8FC; }
span { border-color: rgb(231,216,252); }
td.TdClassName
{
border-color: #E7D8FC;
}
.TagClassName
{
border-color: #E7D8FC;
}
</style>