Shades of Blue Chalk #E4D3EC
Tints of Blue Chalk #E4D3EC
RGB
CMYK
RGB Variations
Color information
#E4D3EC (or 0xE4D3EC) is known color: Blue Chalk. HEX triplet: E4, D3 and EC. RGB value is (228,211,236). Sum of RGB (Red+Green+Blue) = 228+211+236=675 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.78% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4D3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D3EC is #1B2C13. Grayscale: #DADADA. Windows color (decimal): -1780756 or 15520740. OLE color: 15520740.
HSL color Cylindrical-coordinate representation of color #E4D3EC: hue angle of 280.8º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4D3EC is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 211 | 236 | - |
CMYK | 0.03 | 0.11 | 0 | 0.07 |
HSL | 280.8º | 0.4% | 0.88% | - |
HSV(B) | 280.8º | 0.11% | 0.93% | - |
XYZ | 70.43 | 69.14 | 88.99 | - |
YUV | 218.93 | 137.63 | 134.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 211 | 236 | 0.03 | 0.11 | 0 | 0.07 | 280.8 | 0.4 | 0.88 |
Hex | E4 | D3 | EC | 3 | B | 0 | 7 | 119 | 28 | 58 |
Octal | 344 | 323 | 354 | 3 | 13 | 0 | 7 | 431 | 50 | 130 |
Binary | 11100100 | 11010011 | 11101100 | 11 | 1011 | 0 | 111 | 100011001 | 101000 | 1011000 |
Color Harmonies of #E4D3EC
Complementary color
Monochromatic Colors of #E4D3EC
Black with #E4D3EC
Text Example
Text Example
White with #E4D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D3EC; }
p { color: rgb(228,211,236); }
H1.HeaderClassName
{
color: #E4D3EC;
}
.AnyTagClassName
{
color: #E4D3EC;
}
</style>
background-color css
<style>
a { background-color: #E4D3EC; }
a { background-color: rgb(228,211,236); }
div.DivClassName
{
background-color: #E4D3EC;
}
.BgClassName
{
background-color: #E4D3EC;
}
</style>
border-color css
<style>
span { border-color: #E4D3EC; }
span { border-color: rgb(228,211,236); }
td.TdClassName
{
border-color: #E4D3EC;
}
.TagClassName
{
border-color: #E4D3EC;
}
</style>