Shades of Blue Chalk #E5D3FB
Tints of Blue Chalk #E5D3FB
RGB
CMYK
RGB Variations
Color information
#E5D3FB (or 0xE5D3FB) is known color: Blue Chalk. HEX triplet: E5, D3 and FB. RGB value is (229,211,251). Sum of RGB (Red+Green+Blue) = 229+211+251=691 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.14% from 691); Green value is 211 (82.81% from 255 or 30.54% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5D3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D3FB is #1A2C04. Grayscale: #DCDCDC. Windows color (decimal): -1715205 or 16503781. OLE color: 16503781.
HSL color Cylindrical-coordinate representation of color #E5D3FB: hue angle of 267º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E5D3FB is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 211 | 251 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.02 |
| HSL | 267º | 0.83% | 0.91% | - |
| HSV(B) | 267º | 0.16% | 0.98% | - |
| XYZ | 73.02 | 70.21 | 100.97 | - |
| YUV | 220.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 251 | 0.09 | 0.16 | 0 | 0.02 | 267 | 0.83 | 0.91 |
| Hex | E5 | D3 | FB | 9 | 10 | 0 | 2 | 10B | 53 | 5B |
| Octal | 345 | 323 | 373 | 11 | 20 | 0 | 2 | 413 | 123 | 133 |
| Binary | 11100101 | 11010011 | 11111011 | 1001 | 10000 | 0 | 10 | 100001011 | 1010011 | 1011011 |
Color Harmonies of #E5D3FB
Complementary color
Monochromatic Colors of #E5D3FB
Black with #E5D3FB
Text Example
Text Example
White with #E5D3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D3FB; }
p { color: rgb(229,211,251); }
H1.HeaderClassName
{
color: #E5D3FB;
}
.AnyTagClassName
{
color: #E5D3FB;
}
</style>
background-color css
<style>
a { background-color: #E5D3FB; }
a { background-color: rgb(229,211,251); }
div.DivClassName
{
background-color: #E5D3FB;
}
.BgClassName
{
background-color: #E5D3FB;
}
</style>
border-color css
<style>
span { border-color: #E5D3FB; }
span { border-color: rgb(229,211,251); }
td.TdClassName
{
border-color: #E5D3FB;
}
.TagClassName
{
border-color: #E5D3FB;
}
</style>