Shades of Blue Chalk #E8D8F3
Tints of Blue Chalk #E8D8F3
RGB
CMYK
RGB Variations
Color information
#E8D8F3 (or 0xE8D8F3) is known color: Blue Chalk. HEX triplet: E8, D8 and F3. RGB value is (232,216,243). Sum of RGB (Red+Green+Blue) = 232+216+243=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 216 (84.77% from 255 or 31.26% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8D8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D8F3 is #17270C. Grayscale: #DFDFDF. Windows color (decimal): -1517325 or 15980776. OLE color: 15980776.
HSL color Cylindrical-coordinate representation of color #E8D8F3: hue angle of 275.56º 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 #E8D8F3 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 216 | 243 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.05 |
| HSL | 275.56º | 0.53% | 0.9% | - |
| HSV(B) | 275.56º | 0.11% | 0.95% | - |
| XYZ | 74.01 | 72.74 | 94.93 | - |
| YUV | 223.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 243 | 0.05 | 0.11 | 0 | 0.05 | 275.56 | 0.53 | 0.9 |
| Hex | E8 | D8 | F3 | 5 | B | 0 | 5 | 114 | 35 | 5A |
| Octal | 350 | 330 | 363 | 5 | 13 | 0 | 5 | 424 | 65 | 132 |
| Binary | 11101000 | 11011000 | 11110011 | 101 | 1011 | 0 | 101 | 100010100 | 110101 | 1011010 |
Color Harmonies of #E8D8F3
Complementary color
Monochromatic Colors of #E8D8F3
Black with #E8D8F3
Text Example
Text Example
White with #E8D8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D8F3; }
p { color: rgb(232,216,243); }
H1.HeaderClassName
{
color: #E8D8F3;
}
.AnyTagClassName
{
color: #E8D8F3;
}
</style>
background-color css
<style>
a { background-color: #E8D8F3; }
a { background-color: rgb(232,216,243); }
div.DivClassName
{
background-color: #E8D8F3;
}
.BgClassName
{
background-color: #E8D8F3;
}
</style>
border-color css
<style>
span { border-color: #E8D8F3; }
span { border-color: rgb(232,216,243); }
td.TdClassName
{
border-color: #E8D8F3;
}
.TagClassName
{
border-color: #E8D8F3;
}
</style>