Shades of Soft Peach #EFDBDB
Tints of Soft Peach #EFDBDB
RGB
CMYK
RGB Variations
Color information
#EFDBDB (or 0xEFDBDB) is known color: Soft Peach. HEX triplet: EF, DB and DB. RGB value is (239,219,219). Sum of RGB (Red+Green+Blue) = 239+219+219=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBDB is #102424. Grayscale: #E0E0E0. Windows color (decimal): -1057829 or 14408687. OLE color: 14408687.
HSL color Cylindrical-coordinate representation of color #EFDBDB: hue angle of 0º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDBDB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 219 | 219 | - |
CMYK | 0 | 0.08 | 0.08 | 0.06 |
HSL | 0º | 0.38% | 0.9% | - |
HSV(B) | 0º | 0.08% | 0.94% | - |
XYZ | 73.71 | 74.13 | 77.44 | - |
YUV | 224.98 | 124.63 | 138 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 219 | 219 | 0 | 0.08 | 0.08 | 0.06 | 0 | 0.38 | 0.9 |
Hex | EF | DB | DB | 0 | 8 | 8 | 6 | 0 | 26 | 5A |
Octal | 357 | 333 | 333 | 0 | 10 | 10 | 6 | 0 | 46 | 132 |
Binary | 11101111 | 11011011 | 11011011 | 0 | 1000 | 1000 | 110 | 0 | 100110 | 1011010 |
Color Harmonies of #EFDBDB
Complementary color
Monochromatic Colors of #EFDBDB
Black with #EFDBDB
Text Example
Text Example
White with #EFDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBDB; }
p { color: rgb(239,219,219); }
H1.HeaderClassName
{
color: #EFDBDB;
}
.AnyTagClassName
{
color: #EFDBDB;
}
</style>
background-color css
<style>
a { background-color: #EFDBDB; }
a { background-color: rgb(239,219,219); }
div.DivClassName
{
background-color: #EFDBDB;
}
.BgClassName
{
background-color: #EFDBDB;
}
</style>
border-color css
<style>
span { border-color: #EFDBDB; }
span { border-color: rgb(239,219,219); }
td.TdClassName
{
border-color: #EFDBDB;
}
.TagClassName
{
border-color: #EFDBDB;
}
</style>