Shades of Soft Peach #E6DCDB
Tints of Soft Peach #E6DCDB
RGB
CMYK
RGB Variations
Color information
#E6DCDB (or 0xE6DCDB) is known color: Soft Peach. HEX triplet: E6, DC and DB. RGB value is (230,220,219). Sum of RGB (Red+Green+Blue) = 230+220+219=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCDB is #192324. Grayscale: #DEDEDE. Windows color (decimal): -1647397 or 14408934. OLE color: 14408934.
HSL color Cylindrical-coordinate representation of color #E6DCDB: hue angle of 5.45º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DCDB is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 220 | 219 | - |
CMYK | 0 | 0.04 | 0.05 | 0.10 |
HSL | 5.45º | 0.18% | 0.88% | - |
HSV(B) | 5.45º | 0.05% | 0.9% | - |
XYZ | 71.01 | 73.12 | 77.39 | - |
YUV | 222.88 | 125.81 | 133.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 220 | 219 | 0 | 0.04 | 0.05 | 0.10 | 5.45 | 0.18 | 0.88 |
Hex | E6 | DC | DB | 0 | 4 | 5 | A | 5 | 12 | 58 |
Octal | 346 | 334 | 333 | 0 | 4 | 5 | 12 | 5 | 22 | 130 |
Binary | 11100110 | 11011100 | 11011011 | 0 | 100 | 101 | 1010 | 101 | 10010 | 1011000 |
Color Harmonies of #E6DCDB
Complementary color
Monochromatic Colors of #E6DCDB
Black with #E6DCDB
Text Example
Text Example
White with #E6DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCDB; }
p { color: rgb(230,220,219); }
H1.HeaderClassName
{
color: #E6DCDB;
}
.AnyTagClassName
{
color: #E6DCDB;
}
</style>
background-color css
<style>
a { background-color: #E6DCDB; }
a { background-color: rgb(230,220,219); }
div.DivClassName
{
background-color: #E6DCDB;
}
.BgClassName
{
background-color: #E6DCDB;
}
</style>
border-color css
<style>
span { border-color: #E6DCDB; }
span { border-color: rgb(230,220,219); }
td.TdClassName
{
border-color: #E6DCDB;
}
.TagClassName
{
border-color: #E6DCDB;
}
</style>