Shades of Blue Chalk #E5D7F2
Tints of Blue Chalk #E5D7F2
RGB
CMYK
RGB Variations
Color information
#E5D7F2 (or 0xE5D7F2) is known color: Blue Chalk. HEX triplet: E5, D7 and F2. RGB value is (229,215,242). Sum of RGB (Red+Green+Blue) = 229+215+242=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5D7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D7F2 is #1A280D. Grayscale: #DEDEDE. Windows color (decimal): -1714190 or 15914981. OLE color: 15914981.
HSL color Cylindrical-coordinate representation of color #E5D7F2: hue angle of 271.11º degrees, saturation: 0.51, 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 #E5D7F2 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 215 | 242 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.05 |
| HSL | 271.11º | 0.51% | 0.9% | - |
| HSV(B) | 271.11º | 0.11% | 0.95% | - |
| XYZ | 72.64 | 71.67 | 94.01 | - |
| YUV | 222.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 242 | 0.05 | 0.11 | 0 | 0.05 | 271.11 | 0.51 | 0.9 |
| Hex | E5 | D7 | F2 | 5 | B | 0 | 5 | 10F | 33 | 5A |
| Octal | 345 | 327 | 362 | 5 | 13 | 0 | 5 | 417 | 63 | 132 |
| Binary | 11100101 | 11010111 | 11110010 | 101 | 1011 | 0 | 101 | 100001111 | 110011 | 1011010 |
Color Harmonies of #E5D7F2
Complementary color
Monochromatic Colors of #E5D7F2
Black with #E5D7F2
Text Example
Text Example
White with #E5D7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D7F2; }
p { color: rgb(229,215,242); }
H1.HeaderClassName
{
color: #E5D7F2;
}
.AnyTagClassName
{
color: #E5D7F2;
}
</style>
background-color css
<style>
a { background-color: #E5D7F2; }
a { background-color: rgb(229,215,242); }
div.DivClassName
{
background-color: #E5D7F2;
}
.BgClassName
{
background-color: #E5D7F2;
}
</style>
border-color css
<style>
span { border-color: #E5D7F2; }
span { border-color: rgb(229,215,242); }
td.TdClassName
{
border-color: #E5D7F2;
}
.TagClassName
{
border-color: #E5D7F2;
}
</style>