Shades of Blue Chalk #E6DCED
Tints of Blue Chalk #E6DCED
RGB
CMYK
RGB Variations
Color information
#E6DCED (or 0xE6DCED) is known color: Blue Chalk. HEX triplet: E6, DC and ED. RGB value is (230,220,237). Sum of RGB (Red+Green+Blue) = 230+220+237=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCED is #192312. Grayscale: #E0E0E0. Windows color (decimal): -1647379 or 15588582. OLE color: 15588582.
HSL color Cylindrical-coordinate representation of color #E6DCED: hue angle of 275.29º 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 #E6DCED is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 220 | 237 | - |
CMYK | 0.03 | 0.07 | 0 | 0.07 |
HSL | 275.29º | 0.32% | 0.9% | - |
HSV(B) | 275.29º | 0.07% | 0.93% | - |
XYZ | 73.51 | 74.12 | 90.55 | - |
YUV | 224.93 | 134.81 | 131.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 220 | 237 | 0.03 | 0.07 | 0 | 0.07 | 275.29 | 0.32 | 0.9 |
Hex | E6 | DC | ED | 3 | 7 | 0 | 7 | 113 | 20 | 5A |
Octal | 346 | 334 | 355 | 3 | 7 | 0 | 7 | 423 | 40 | 132 |
Binary | 11100110 | 11011100 | 11101101 | 11 | 111 | 0 | 111 | 100010011 | 100000 | 1011010 |
Color Harmonies of #E6DCED
Complementary color
Monochromatic Colors of #E6DCED
Black with #E6DCED
Text Example
Text Example
White with #E6DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCED; }
p { color: rgb(230,220,237); }
H1.HeaderClassName
{
color: #E6DCED;
}
.AnyTagClassName
{
color: #E6DCED;
}
</style>
background-color css
<style>
a { background-color: #E6DCED; }
a { background-color: rgb(230,220,237); }
div.DivClassName
{
background-color: #E6DCED;
}
.BgClassName
{
background-color: #E6DCED;
}
</style>
border-color css
<style>
span { border-color: #E6DCED; }
span { border-color: rgb(230,220,237); }
td.TdClassName
{
border-color: #E6DCED;
}
.TagClassName
{
border-color: #E6DCED;
}
</style>