Shades of Blue Chalk #E8D5F6
Tints of Blue Chalk #E8D5F6
RGB
CMYK
RGB Variations
Color information
#E8D5F6 (or 0xE8D5F6) is known color: Blue Chalk. HEX triplet: E8, D5 and F6. RGB value is (232,213,246). Sum of RGB (Red+Green+Blue) = 232+213+246=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #E8D5F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D5F6 is #172A09. Grayscale: #DEDEDE. Windows color (decimal): -1518090 or 16176616. OLE color: 16176616.
HSL color Cylindrical-coordinate representation of color #E8D5F6: hue angle of 274.55º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8D5F6 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 213 | 246 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.04 |
| HSL | 274.55º | 0.65% | 0.9% | - |
| HSV(B) | 274.55º | 0.13% | 0.96% | - |
| XYZ | 73.71 | 71.4 | 97.09 | - |
| YUV | 222.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 246 | 0.06 | 0.13 | 0 | 0.04 | 274.55 | 0.65 | 0.9 |
| Hex | E8 | D5 | F6 | 6 | D | 0 | 4 | 113 | 41 | 5A |
| Octal | 350 | 325 | 366 | 6 | 15 | 0 | 4 | 423 | 101 | 132 |
| Binary | 11101000 | 11010101 | 11110110 | 110 | 1101 | 0 | 100 | 100010011 | 1000001 | 1011010 |
Color Harmonies of #E8D5F6
Complementary color
Monochromatic Colors of #E8D5F6
Black with #E8D5F6
Text Example
Text Example
White with #E8D5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D5F6; }
p { color: rgb(232,213,246); }
H1.HeaderClassName
{
color: #E8D5F6;
}
.AnyTagClassName
{
color: #E8D5F6;
}
</style>
background-color css
<style>
a { background-color: #E8D5F6; }
a { background-color: rgb(232,213,246); }
div.DivClassName
{
background-color: #E8D5F6;
}
.BgClassName
{
background-color: #E8D5F6;
}
</style>
border-color css
<style>
span { border-color: #E8D5F6; }
span { border-color: rgb(232,213,246); }
td.TdClassName
{
border-color: #E8D5F6;
}
.TagClassName
{
border-color: #E8D5F6;
}
</style>