Shades of Blue Chalk #E5D4F6
Tints of Blue Chalk #E5D4F6
RGB
CMYK
RGB Variations
Color information
#E5D4F6 (or 0xE5D4F6) is known color: Blue Chalk. HEX triplet: E5, D4 and F6. RGB value is (229,212,246). Sum of RGB (Red+Green+Blue) = 229+212+246=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 212 (83.20% from 255 or 30.86% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5D4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D4F6 is #1A2B09. Grayscale: #DCDCDC. Windows color (decimal): -1714954 or 16176357. OLE color: 16176357.
HSL color Cylindrical-coordinate representation of color #E5D4F6: hue angle of 270º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5D4F6 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 212 | 246 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.04 |
| HSL | 270º | 0.65% | 0.9% | - |
| HSV(B) | 270º | 0.14% | 0.96% | - |
| XYZ | 72.49 | 70.4 | 96.96 | - |
| YUV | 220.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 246 | 0.07 | 0.14 | 0 | 0.04 | 270 | 0.65 | 0.9 |
| Hex | E5 | D4 | F6 | 7 | E | 0 | 4 | 10E | 41 | 5A |
| Octal | 345 | 324 | 366 | 7 | 16 | 0 | 4 | 416 | 101 | 132 |
| Binary | 11100101 | 11010100 | 11110110 | 111 | 1110 | 0 | 100 | 100001110 | 1000001 | 1011010 |
Color Harmonies of #E5D4F6
Complementary color
Monochromatic Colors of #E5D4F6
Black with #E5D4F6
Text Example
Text Example
White with #E5D4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D4F6; }
p { color: rgb(229,212,246); }
H1.HeaderClassName
{
color: #E5D4F6;
}
.AnyTagClassName
{
color: #E5D4F6;
}
</style>
background-color css
<style>
a { background-color: #E5D4F6; }
a { background-color: rgb(229,212,246); }
div.DivClassName
{
background-color: #E5D4F6;
}
.BgClassName
{
background-color: #E5D4F6;
}
</style>
border-color css
<style>
span { border-color: #E5D4F6; }
span { border-color: rgb(229,212,246); }
td.TdClassName
{
border-color: #E5D4F6;
}
.TagClassName
{
border-color: #E5D4F6;
}
</style>