Shades of Blue Chalk #E7D8F3
Tints of Blue Chalk #E7D8F3
RGB
CMYK
RGB Variations
Color information
#E7D8F3 (or 0xE7D8F3) is known color: Blue Chalk. HEX triplet: E7, D8 and F3. RGB value is (231,216,243). Sum of RGB (Red+Green+Blue) = 231+216+243=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7D8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D8F3 is #18270C. Grayscale: #DFDFDF. Windows color (decimal): -1582861 or 15980775. OLE color: 15980775.
HSL color Cylindrical-coordinate representation of color #E7D8F3: hue angle of 273.33º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7D8F3 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 216 | 243 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.05 |
| HSL | 273.33º | 0.53% | 0.9% | - |
| HSV(B) | 273.33º | 0.11% | 0.95% | - |
| XYZ | 73.69 | 72.57 | 94.92 | - |
| YUV | 223.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 243 | 0.05 | 0.11 | 0 | 0.05 | 273.33 | 0.53 | 0.9 |
| Hex | E7 | D8 | F3 | 5 | B | 0 | 5 | 111 | 35 | 5A |
| Octal | 347 | 330 | 363 | 5 | 13 | 0 | 5 | 421 | 65 | 132 |
| Binary | 11100111 | 11011000 | 11110011 | 101 | 1011 | 0 | 101 | 100010001 | 110101 | 1011010 |
Color Harmonies of #E7D8F3
Complementary color
Monochromatic Colors of #E7D8F3
Black with #E7D8F3
Text Example
Text Example
White with #E7D8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D8F3; }
p { color: rgb(231,216,243); }
H1.HeaderClassName
{
color: #E7D8F3;
}
.AnyTagClassName
{
color: #E7D8F3;
}
</style>
background-color css
<style>
a { background-color: #E7D8F3; }
a { background-color: rgb(231,216,243); }
div.DivClassName
{
background-color: #E7D8F3;
}
.BgClassName
{
background-color: #E7D8F3;
}
</style>
border-color css
<style>
span { border-color: #E7D8F3; }
span { border-color: rgb(231,216,243); }
td.TdClassName
{
border-color: #E7D8F3;
}
.TagClassName
{
border-color: #E7D8F3;
}
</style>