Shades of Blue Chalk #E4DBEC
Tints of Blue Chalk #E4DBEC
RGB
CMYK
RGB Variations
Color information
#E4DBEC (or 0xE4DBEC) is known color: Blue Chalk. HEX triplet: E4, DB and EC. RGB value is (228,219,236). Sum of RGB (Red+Green+Blue) = 228+219+236=683 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.38% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBEC is #1B2413. Grayscale: #DFDFDF. Windows color (decimal): -1778708 or 15522788. OLE color: 15522788.
HSL color Cylindrical-coordinate representation of color #E4DBEC: hue angle of 271.76º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E4DBEC is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 219 | 236 | - |
CMYK | 0.03 | 0.07 | 0 | 0.07 |
HSL | 271.76º | 0.31% | 0.89% | - |
HSV(B) | 271.76º | 0.07% | 0.93% | - |
XYZ | 72.47 | 73.21 | 89.67 | - |
YUV | 223.63 | 134.98 | 131.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 219 | 236 | 0.03 | 0.07 | 0 | 0.07 | 271.76 | 0.31 | 0.89 |
Hex | E4 | DB | EC | 3 | 7 | 0 | 7 | 110 | 1F | 59 |
Octal | 344 | 333 | 354 | 3 | 7 | 0 | 7 | 420 | 37 | 131 |
Binary | 11100100 | 11011011 | 11101100 | 11 | 111 | 0 | 111 | 100010000 | 11111 | 1011001 |
Color Harmonies of #E4DBEC
Complementary color
Monochromatic Colors of #E4DBEC
Black with #E4DBEC
Text Example
Text Example
White with #E4DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DBEC; }
p { color: rgb(228,219,236); }
H1.HeaderClassName
{
color: #E4DBEC;
}
.AnyTagClassName
{
color: #E4DBEC;
}
</style>
background-color css
<style>
a { background-color: #E4DBEC; }
a { background-color: rgb(228,219,236); }
div.DivClassName
{
background-color: #E4DBEC;
}
.BgClassName
{
background-color: #E4DBEC;
}
</style>
border-color css
<style>
span { border-color: #E4DBEC; }
span { border-color: rgb(228,219,236); }
td.TdClassName
{
border-color: #E4DBEC;
}
.TagClassName
{
border-color: #E4DBEC;
}
</style>