Shades of Blue Chalk #E8D5FA
Tints of Blue Chalk #E8D5FA
RGB
CMYK
RGB Variations
Color information
#E8D5FA (or 0xE8D5FA) is known color: Blue Chalk. HEX triplet: E8, D5 and FA. RGB value is (232,213,250). Sum of RGB (Red+Green+Blue) = 232+213+250=695 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.38% from 695); Green value is 213 (83.59% from 255 or 30.65% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8D5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D5FA is #172A05. Grayscale: #DEDEDE. Windows color (decimal): -1518086 or 16438760. OLE color: 16438760.
HSL color Cylindrical-coordinate representation of color #E8D5FA: hue angle of 270.81º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8D5FA is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 213 | 250 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.02 |
| HSL | 270.81º | 0.79% | 0.91% | - |
| HSV(B) | 270.81º | 0.15% | 0.98% | - |
| XYZ | 74.33 | 71.65 | 100.35 | - |
| YUV | 222.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 250 | 0.07 | 0.15 | 0 | 0.02 | 270.81 | 0.79 | 0.91 |
| Hex | E8 | D5 | FA | 7 | F | 0 | 2 | 10F | 4F | 5B |
| Octal | 350 | 325 | 372 | 7 | 17 | 0 | 2 | 417 | 117 | 133 |
| Binary | 11101000 | 11010101 | 11111010 | 111 | 1111 | 0 | 10 | 100001111 | 1001111 | 1011011 |
Color Harmonies of #E8D5FA
Complementary color
Monochromatic Colors of #E8D5FA
Black with #E8D5FA
Text Example
Text Example
White with #E8D5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D5FA; }
p { color: rgb(232,213,250); }
H1.HeaderClassName
{
color: #E8D5FA;
}
.AnyTagClassName
{
color: #E8D5FA;
}
</style>
background-color css
<style>
a { background-color: #E8D5FA; }
a { background-color: rgb(232,213,250); }
div.DivClassName
{
background-color: #E8D5FA;
}
.BgClassName
{
background-color: #E8D5FA;
}
</style>
border-color css
<style>
span { border-color: #E8D5FA; }
span { border-color: rgb(232,213,250); }
td.TdClassName
{
border-color: #E8D5FA;
}
.TagClassName
{
border-color: #E8D5FA;
}
</style>