Shades of Blue Chalk #E8DCED
Tints of Blue Chalk #E8DCED
RGB
CMYK
RGB Variations
Color information
#E8DCED (or 0xE8DCED) is known color: Blue Chalk. HEX triplet: E8, DC and ED. RGB value is (232,220,237). Sum of RGB (Red+Green+Blue) = 232+220+237=689 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.67% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCED is #172312. Grayscale: #E1E1E1. Windows color (decimal): -1516307 or 15588584. OLE color: 15588584.
HSL color Cylindrical-coordinate representation of color #E8DCED: hue angle of 282.35º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E8DCED is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 232 | 220 | 237 | - |
CMYK | 0.02 | 0.07 | 0 | 0.07 |
HSL | 282.35º | 0.32% | 0.9% | - |
HSV(B) | 282.35º | 0.07% | 0.93% | - |
XYZ | 74.16 | 74.46 | 90.58 | - |
YUV | 225.53 | 134.48 | 132.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 220 | 237 | 0.02 | 0.07 | 0 | 0.07 | 282.35 | 0.32 | 0.9 |
Hex | E8 | DC | ED | 2 | 7 | 0 | 7 | 11A | 20 | 5A |
Octal | 350 | 334 | 355 | 2 | 7 | 0 | 7 | 432 | 40 | 132 |
Binary | 11101000 | 11011100 | 11101101 | 10 | 111 | 0 | 111 | 100011010 | 100000 | 1011010 |
Color Harmonies of #E8DCED
Complementary color
Monochromatic Colors of #E8DCED
Black with #E8DCED
Text Example
Text Example
White with #E8DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCED; }
p { color: rgb(232,220,237); }
H1.HeaderClassName
{
color: #E8DCED;
}
.AnyTagClassName
{
color: #E8DCED;
}
</style>
background-color css
<style>
a { background-color: #E8DCED; }
a { background-color: rgb(232,220,237); }
div.DivClassName
{
background-color: #E8DCED;
}
.BgClassName
{
background-color: #E8DCED;
}
</style>
border-color css
<style>
span { border-color: #E8DCED; }
span { border-color: rgb(232,220,237); }
td.TdClassName
{
border-color: #E8DCED;
}
.TagClassName
{
border-color: #E8DCED;
}
</style>