Shades of Blue Chalk #E5DBED
Tints of Blue Chalk #E5DBED
RGB
CMYK
RGB Variations
Color information
#E5DBED (or 0xE5DBED) is known color: Blue Chalk. HEX triplet: E5, DB and ED. RGB value is (229,219,237). Sum of RGB (Red+Green+Blue) = 229+219+237=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBED is #1A2412. Grayscale: #DFDFDF. Windows color (decimal): -1713171 or 15588325. OLE color: 15588325.
HSL color Cylindrical-coordinate representation of color #E5DBED: hue angle of 273.33º 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 #E5DBED is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 219 | 237 | - |
CMYK | 0.03 | 0.08 | 0 | 0.07 |
HSL | 273.33º | 0.33% | 0.89% | - |
HSV(B) | 273.33º | 0.08% | 0.93% | - |
XYZ | 72.93 | 73.44 | 90.45 | - |
YUV | 224.04 | 135.31 | 131.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 219 | 237 | 0.03 | 0.08 | 0 | 0.07 | 273.33 | 0.33 | 0.89 |
Hex | E5 | DB | ED | 3 | 8 | 0 | 7 | 111 | 21 | 59 |
Octal | 345 | 333 | 355 | 3 | 10 | 0 | 7 | 421 | 41 | 131 |
Binary | 11100101 | 11011011 | 11101101 | 11 | 1000 | 0 | 111 | 100010001 | 100001 | 1011001 |
Color Harmonies of #E5DBED
Complementary color
Monochromatic Colors of #E5DBED
Black with #E5DBED
Text Example
Text Example
White with #E5DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBED; }
p { color: rgb(229,219,237); }
H1.HeaderClassName
{
color: #E5DBED;
}
.AnyTagClassName
{
color: #E5DBED;
}
</style>
background-color css
<style>
a { background-color: #E5DBED; }
a { background-color: rgb(229,219,237); }
div.DivClassName
{
background-color: #E5DBED;
}
.BgClassName
{
background-color: #E5DBED;
}
</style>
border-color css
<style>
span { border-color: #E5DBED; }
span { border-color: rgb(229,219,237); }
td.TdClassName
{
border-color: #E5DBED;
}
.TagClassName
{
border-color: #E5DBED;
}
</style>