Shades of Blue Chalk #E4CDF7
Tints of Blue Chalk #E4CDF7
RGB
CMYK
RGB Variations
Color information
#E4CDF7 (or 0xE4CDF7) is known color: Blue Chalk. HEX triplet: E4, CD and F7. RGB value is (228,205,247). Sum of RGB (Red+Green+Blue) = 228+205+247=680 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.53% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 247 - color contains mainly: blue. Hex color #E4CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CDF7 is #1B3208. Grayscale: #D8D8D8. Windows color (decimal): -1782281 or 16240100. OLE color: 16240100.
HSL color Cylindrical-coordinate representation of color #E4CDF7: hue angle of 272.86º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4CDF7 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 205 | 247 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.03 |
| HSL | 272.86º | 0.72% | 0.89% | - |
| HSV(B) | 272.86º | 0.17% | 0.97% | - |
| XYZ | 70.61 | 66.87 | 97.18 | - |
| YUV | 216.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 205 | 247 | 0.08 | 0.17 | 0 | 0.03 | 272.86 | 0.72 | 0.89 |
| Hex | E4 | CD | F7 | 8 | 11 | 0 | 3 | 111 | 48 | 59 |
| Octal | 344 | 315 | 367 | 10 | 21 | 0 | 3 | 421 | 110 | 131 |
| Binary | 11100100 | 11001101 | 11110111 | 1000 | 10001 | 0 | 11 | 100010001 | 1001000 | 1011001 |
Color Harmonies of #E4CDF7
Complementary color
Monochromatic Colors of #E4CDF7
Black with #E4CDF7
Text Example
Text Example
White with #E4CDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CDF7; }
p { color: rgb(228,205,247); }
H1.HeaderClassName
{
color: #E4CDF7;
}
.AnyTagClassName
{
color: #E4CDF7;
}
</style>
background-color css
<style>
a { background-color: #E4CDF7; }
a { background-color: rgb(228,205,247); }
div.DivClassName
{
background-color: #E4CDF7;
}
.BgClassName
{
background-color: #E4CDF7;
}
</style>
border-color css
<style>
span { border-color: #E4CDF7; }
span { border-color: rgb(228,205,247); }
td.TdClassName
{
border-color: #E4CDF7;
}
.TagClassName
{
border-color: #E4CDF7;
}
</style>