Shades of Blue Chalk #E4D4F7
Tints of Blue Chalk #E4D4F7
RGB
CMYK
RGB Variations
Color information
#E4D4F7 (or 0xE4D4F7) is known color: Blue Chalk. HEX triplet: E4, D4 and F7. RGB value is (228,212,247). Sum of RGB (Red+Green+Blue) = 228+212+247=687 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.19% from 687); Green value is 212 (83.20% from 255 or 30.86% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 247 - color contains mainly: blue. Hex color #E4D4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D4F7 is #1B2B08. Grayscale: #DCDCDC. Windows color (decimal): -1780489 or 16241892. OLE color: 16241892.
HSL color Cylindrical-coordinate representation of color #E4D4F7: hue angle of 267.43º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4D4F7 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 212 | 247 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.03 |
| HSL | 267.43º | 0.69% | 0.9% | - |
| HSV(B) | 267.43º | 0.14% | 0.97% | - |
| XYZ | 72.33 | 70.3 | 97.75 | - |
| YUV | 220.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 212 | 247 | 0.08 | 0.14 | 0 | 0.03 | 267.43 | 0.69 | 0.9 |
| Hex | E4 | D4 | F7 | 8 | E | 0 | 3 | 10B | 45 | 5A |
| Octal | 344 | 324 | 367 | 10 | 16 | 0 | 3 | 413 | 105 | 132 |
| Binary | 11100100 | 11010100 | 11110111 | 1000 | 1110 | 0 | 11 | 100001011 | 1000101 | 1011010 |
Color Harmonies of #E4D4F7
Complementary color
Monochromatic Colors of #E4D4F7
Black with #E4D4F7
Text Example
Text Example
White with #E4D4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D4F7; }
p { color: rgb(228,212,247); }
H1.HeaderClassName
{
color: #E4D4F7;
}
.AnyTagClassName
{
color: #E4D4F7;
}
</style>
background-color css
<style>
a { background-color: #E4D4F7; }
a { background-color: rgb(228,212,247); }
div.DivClassName
{
background-color: #E4D4F7;
}
.BgClassName
{
background-color: #E4D4F7;
}
</style>
border-color css
<style>
span { border-color: #E4D4F7; }
span { border-color: rgb(228,212,247); }
td.TdClassName
{
border-color: #E4D4F7;
}
.TagClassName
{
border-color: #E4D4F7;
}
</style>