Shades of Blue Chalk #E4DBED
Tints of Blue Chalk #E4DBED
RGB
CMYK
RGB Variations
Color information
#E4DBED (or 0xE4DBED) is known color: Blue Chalk. HEX triplet: E4, DB and ED. RGB value is (228,219,237). Sum of RGB (Red+Green+Blue) = 228+219+237=684 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.33% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBED is #1B2412. Grayscale: #DFDFDF. Windows color (decimal): -1778707 or 15588324. OLE color: 15588324.
HSL color Cylindrical-coordinate representation of color #E4DBED: hue angle of 270º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E4DBED is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 219 | 237 | - |
CMYK | 0.04 | 0.08 | 0 | 0.07 |
HSL | 270º | 0.33% | 0.89% | - |
HSV(B) | 270º | 0.08% | 0.93% | - |
XYZ | 72.61 | 73.27 | 90.44 | - |
YUV | 223.74 | 135.48 | 131.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 219 | 237 | 0.04 | 0.08 | 0 | 0.07 | 270 | 0.33 | 0.89 |
Hex | E4 | DB | ED | 4 | 8 | 0 | 7 | 10E | 21 | 59 |
Octal | 344 | 333 | 355 | 4 | 10 | 0 | 7 | 416 | 41 | 131 |
Binary | 11100100 | 11011011 | 11101101 | 100 | 1000 | 0 | 111 | 100001110 | 100001 | 1011001 |
Color Harmonies of #E4DBED
Complementary color
Monochromatic Colors of #E4DBED
Black with #E4DBED
Text Example
Text Example
White with #E4DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DBED; }
p { color: rgb(228,219,237); }
H1.HeaderClassName
{
color: #E4DBED;
}
.AnyTagClassName
{
color: #E4DBED;
}
</style>
background-color css
<style>
a { background-color: #E4DBED; }
a { background-color: rgb(228,219,237); }
div.DivClassName
{
background-color: #E4DBED;
}
.BgClassName
{
background-color: #E4DBED;
}
</style>
border-color css
<style>
span { border-color: #E4DBED; }
span { border-color: rgb(228,219,237); }
td.TdClassName
{
border-color: #E4DBED;
}
.TagClassName
{
border-color: #E4DBED;
}
</style>