Shades of Blue Chalk #E8DBED
Tints of Blue Chalk #E8DBED
RGB
CMYK
RGB Variations
Color information
#E8DBED (or 0xE8DBED) is known color: Blue Chalk. HEX triplet: E8, DB and ED. RGB value is (232,219,237). Sum of RGB (Red+Green+Blue) = 232+219+237=688 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.72% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8DBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DBED is #172412. Grayscale: #E0E0E0. Windows color (decimal): -1516563 or 15588328. OLE color: 15588328.
HSL color Cylindrical-coordinate representation of color #E8DBED: hue angle of 283.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 #E8DBED is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 232 | 219 | 237 | - |
CMYK | 0.02 | 0.08 | 0 | 0.07 |
HSL | 283.33º | 0.33% | 0.89% | - |
HSV(B) | 283.33º | 0.08% | 0.93% | - |
XYZ | 73.9 | 73.93 | 90.5 | - |
YUV | 224.94 | 134.81 | 133.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 219 | 237 | 0.02 | 0.08 | 0 | 0.07 | 283.33 | 0.33 | 0.89 |
Hex | E8 | DB | ED | 2 | 8 | 0 | 7 | 11B | 21 | 59 |
Octal | 350 | 333 | 355 | 2 | 10 | 0 | 7 | 433 | 41 | 131 |
Binary | 11101000 | 11011011 | 11101101 | 10 | 1000 | 0 | 111 | 100011011 | 100001 | 1011001 |
Color Harmonies of #E8DBED
Complementary color
Monochromatic Colors of #E8DBED
Black with #E8DBED
Text Example
Text Example
White with #E8DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DBED; }
p { color: rgb(232,219,237); }
H1.HeaderClassName
{
color: #E8DBED;
}
.AnyTagClassName
{
color: #E8DBED;
}
</style>
background-color css
<style>
a { background-color: #E8DBED; }
a { background-color: rgb(232,219,237); }
div.DivClassName
{
background-color: #E8DBED;
}
.BgClassName
{
background-color: #E8DBED;
}
</style>
border-color css
<style>
span { border-color: #E8DBED; }
span { border-color: rgb(232,219,237); }
td.TdClassName
{
border-color: #E8DBED;
}
.TagClassName
{
border-color: #E8DBED;
}
</style>