Shades of Blue Chalk #E5D1F8
Tints of Blue Chalk #E5D1F8
RGB
CMYK
RGB Variations
Color information
#E5D1F8 (or 0xE5D1F8) is known color: Blue Chalk. HEX triplet: E5, D1 and F8. RGB value is (229,209,248). Sum of RGB (Red+Green+Blue) = 229+209+248=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 209 (82.03% from 255 or 30.47% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5D1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D1F8 is #1A2E07. Grayscale: #DBDBDB. Windows color (decimal): -1715720 or 16306661. OLE color: 16306661.
HSL color Cylindrical-coordinate representation of color #E5D1F8: hue angle of 270.77º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E5D1F8 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 209 | 248 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.03 |
| HSL | 270.77º | 0.74% | 0.9% | - |
| HSV(B) | 270.77º | 0.16% | 0.97% | - |
| XYZ | 72.06 | 69.04 | 98.33 | - |
| YUV | 219.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 248 | 0.08 | 0.16 | 0 | 0.03 | 270.77 | 0.74 | 0.9 |
| Hex | E5 | D1 | F8 | 8 | 10 | 0 | 3 | 10F | 4A | 5A |
| Octal | 345 | 321 | 370 | 10 | 20 | 0 | 3 | 417 | 112 | 132 |
| Binary | 11100101 | 11010001 | 11111000 | 1000 | 10000 | 0 | 11 | 100001111 | 1001010 | 1011010 |
Color Harmonies of #E5D1F8
Complementary color
Monochromatic Colors of #E5D1F8
Black with #E5D1F8
Text Example
Text Example
White with #E5D1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D1F8; }
p { color: rgb(229,209,248); }
H1.HeaderClassName
{
color: #E5D1F8;
}
.AnyTagClassName
{
color: #E5D1F8;
}
</style>
background-color css
<style>
a { background-color: #E5D1F8; }
a { background-color: rgb(229,209,248); }
div.DivClassName
{
background-color: #E5D1F8;
}
.BgClassName
{
background-color: #E5D1F8;
}
</style>
border-color css
<style>
span { border-color: #E5D1F8; }
span { border-color: rgb(229,209,248); }
td.TdClassName
{
border-color: #E5D1F8;
}
.TagClassName
{
border-color: #E5D1F8;
}
</style>