Shades of Peach Puff #FFDCBD
Tints of Peach Puff #FFDCBD
RGB
CMYK
RGB Variations
Color information
#FFDCBD (or 0xFFDCBD) is known color: Peach Puff. HEX triplet: FF, DC and BD. RGB value is (255,220,189). Sum of RGB (Red+Green+Blue) = 255+220+189=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCBD is #002342. Grayscale: #E3E3E3. Windows color (decimal): -9027 or 12442879. OLE color: 12442879.
HSL color Cylindrical-coordinate representation of color #FFDCBD: hue angle of 28.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFDCBD is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 189 | - |
| CMYK | 0 | 0.14 | 0.26 | 0 |
| HSL | 28.18º | 1% | 0.87% | - |
| HSV(B) | 28.18º | 0.26% | 1% | - |
| XYZ | 76.02 | 76.12 | 58.83 | - |
| YUV | 226.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 189 | 0 | 0.14 | 0.26 | 0 | 28.18 | 1 | 0.87 |
| Hex | FF | DC | BD | 0 | E | 1A | 0 | 1C | 64 | 57 |
| Octal | 377 | 334 | 275 | 0 | 16 | 32 | 0 | 34 | 144 | 127 |
| Binary | 11111111 | 11011100 | 10111101 | 0 | 1110 | 11010 | 0 | 11100 | 1100100 | 1010111 |
Color Harmonies of #FFDCBD
Complementary color
Monochromatic Colors of #FFDCBD
Black with #FFDCBD
Text Example
Text Example
White with #FFDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCBD; }
p { color: rgb(255,220,189); }
H1.HeaderClassName
{
color: #FFDCBD;
}
.AnyTagClassName
{
color: #FFDCBD;
}
</style>
background-color css
<style>
a { background-color: #FFDCBD; }
a { background-color: rgb(255,220,189); }
div.DivClassName
{
background-color: #FFDCBD;
}
.BgClassName
{
background-color: #FFDCBD;
}
</style>
border-color css
<style>
span { border-color: #FFDCBD; }
span { border-color: rgb(255,220,189); }
td.TdClassName
{
border-color: #FFDCBD;
}
.TagClassName
{
border-color: #FFDCBD;
}
</style>