Shades of Blue Chalk #E5D2F0
Tints of Blue Chalk #E5D2F0
RGB
CMYK
RGB Variations
Color information
#E5D2F0 (or 0xE5D2F0) is known color: Blue Chalk. HEX triplet: E5, D2 and F0. RGB value is (229,210,240). Sum of RGB (Red+Green+Blue) = 229+210+240=679 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.73% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5D2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D2F0 is #1A2D0F. Grayscale: #DBDBDB. Windows color (decimal): -1715472 or 15782629. OLE color: 15782629.
HSL color Cylindrical-coordinate representation of color #E5D2F0: hue angle of 278º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5D2F0 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 210 | 240 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.06 |
| HSL | 278º | 0.5% | 0.88% | - |
| HSV(B) | 278º | 0.13% | 0.94% | - |
| XYZ | 71.09 | 69.04 | 92.02 | - |
| YUV | 219.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 240 | 0.05 | 0.12 | 0 | 0.06 | 278 | 0.5 | 0.88 |
| Hex | E5 | D2 | F0 | 5 | C | 0 | 6 | 116 | 32 | 58 |
| Octal | 345 | 322 | 360 | 5 | 14 | 0 | 6 | 426 | 62 | 130 |
| Binary | 11100101 | 11010010 | 11110000 | 101 | 1100 | 0 | 110 | 100010110 | 110010 | 1011000 |
Color Harmonies of #E5D2F0
Complementary color
Monochromatic Colors of #E5D2F0
Black with #E5D2F0
Text Example
Text Example
White with #E5D2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D2F0; }
p { color: rgb(229,210,240); }
H1.HeaderClassName
{
color: #E5D2F0;
}
.AnyTagClassName
{
color: #E5D2F0;
}
</style>
background-color css
<style>
a { background-color: #E5D2F0; }
a { background-color: rgb(229,210,240); }
div.DivClassName
{
background-color: #E5D2F0;
}
.BgClassName
{
background-color: #E5D2F0;
}
</style>
border-color css
<style>
span { border-color: #E5D2F0; }
span { border-color: rgb(229,210,240); }
td.TdClassName
{
border-color: #E5D2F0;
}
.TagClassName
{
border-color: #E5D2F0;
}
</style>