Shades of Blue Chalk #E3DBED
Tints of Blue Chalk #E3DBED
RGB
CMYK
RGB Variations
Color information
#E3DBED (or 0xE3DBED) is known color: Blue Chalk. HEX triplet: E3, DB and ED. RGB value is (227,219,237). Sum of RGB (Red+Green+Blue) = 227+219+237=683 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.24% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DBED is #1C2412. Grayscale: #DFDFDF. Windows color (decimal): -1844243 or 15588323. OLE color: 15588323.
HSL color Cylindrical-coordinate representation of color #E3DBED: hue angle of 266.67º 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 #E3DBED is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 227 | 219 | 237 | - |
CMYK | 0.04 | 0.08 | 0 | 0.07 |
HSL | 266.67º | 0.33% | 0.89% | - |
HSV(B) | 266.67º | 0.08% | 0.93% | - |
XYZ | 72.3 | 73.11 | 90.42 | - |
YUV | 223.44 | 135.65 | 130.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 219 | 237 | 0.04 | 0.08 | 0 | 0.07 | 266.67 | 0.33 | 0.89 |
Hex | E3 | DB | ED | 4 | 8 | 0 | 7 | 10B | 21 | 59 |
Octal | 343 | 333 | 355 | 4 | 10 | 0 | 7 | 413 | 41 | 131 |
Binary | 11100011 | 11011011 | 11101101 | 100 | 1000 | 0 | 111 | 100001011 | 100001 | 1011001 |
Color Harmonies of #E3DBED
Complementary color
Monochromatic Colors of #E3DBED
Black with #E3DBED
Text Example
Text Example
White with #E3DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DBED; }
p { color: rgb(227,219,237); }
H1.HeaderClassName
{
color: #E3DBED;
}
.AnyTagClassName
{
color: #E3DBED;
}
</style>
background-color css
<style>
a { background-color: #E3DBED; }
a { background-color: rgb(227,219,237); }
div.DivClassName
{
background-color: #E3DBED;
}
.BgClassName
{
background-color: #E3DBED;
}
</style>
border-color css
<style>
span { border-color: #E3DBED; }
span { border-color: rgb(227,219,237); }
td.TdClassName
{
border-color: #E3DBED;
}
.TagClassName
{
border-color: #E3DBED;
}
</style>