Shades of Blue Chalk #E4D0F8
Tints of Blue Chalk #E4D0F8
RGB
CMYK
RGB Variations
Color information
#E4D0F8 (or 0xE4D0F8) is known color: Blue Chalk. HEX triplet: E4, D0 and F8. RGB value is (228,208,248). Sum of RGB (Red+Green+Blue) = 228+208+248=684 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.33% from 684); Green value is 208 (81.64% from 255 or 30.41% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 248 - color contains mainly: blue. Hex color #E4D0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D0F8 is #1B2F07. Grayscale: #DADADA. Windows color (decimal): -1781512 or 16306404. OLE color: 16306404.
HSL color Cylindrical-coordinate representation of color #E4D0F8: hue angle of 270º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4D0F8 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 208 | 248 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.03 |
| HSL | 270º | 0.74% | 0.89% | - |
| HSV(B) | 270º | 0.16% | 0.97% | - |
| XYZ | 71.49 | 68.38 | 98.24 | - |
| YUV | 218.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 208 | 248 | 0.08 | 0.16 | 0 | 0.03 | 270 | 0.74 | 0.89 |
| Hex | E4 | D0 | F8 | 8 | 10 | 0 | 3 | 10E | 4A | 59 |
| Octal | 344 | 320 | 370 | 10 | 20 | 0 | 3 | 416 | 112 | 131 |
| Binary | 11100100 | 11010000 | 11111000 | 1000 | 10000 | 0 | 11 | 100001110 | 1001010 | 1011001 |
Color Harmonies of #E4D0F8
Complementary color
Monochromatic Colors of #E4D0F8
Black with #E4D0F8
Text Example
Text Example
White with #E4D0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D0F8; }
p { color: rgb(228,208,248); }
H1.HeaderClassName
{
color: #E4D0F8;
}
.AnyTagClassName
{
color: #E4D0F8;
}
</style>
background-color css
<style>
a { background-color: #E4D0F8; }
a { background-color: rgb(228,208,248); }
div.DivClassName
{
background-color: #E4D0F8;
}
.BgClassName
{
background-color: #E4D0F8;
}
</style>
border-color css
<style>
span { border-color: #E4D0F8; }
span { border-color: rgb(228,208,248); }
td.TdClassName
{
border-color: #E4D0F8;
}
.TagClassName
{
border-color: #E4D0F8;
}
</style>