Shades of Peach Puff #FFDDBC
Tints of Peach Puff #FFDDBC
RGB
CMYK
RGB Variations
Color information
#FFDDBC (or 0xFFDDBC) is known color: Peach Puff. HEX triplet: FF, DD and BC. RGB value is (255,221,188). Sum of RGB (Red+Green+Blue) = 255+221+188=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 188 (73.83% from 255 or 28.31% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDBC is #002243. Grayscale: #E3E3E3. Windows color (decimal): -8772 or 12377599. OLE color: 12377599.
HSL color Cylindrical-coordinate representation of color #FFDDBC: hue angle of 29.55º 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 #FFDDBC is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 188 | - |
| CMYK | 0 | 0.13 | 0.26 | 0 |
| HSL | 29.55º | 1% | 0.87% | - |
| HSV(B) | 29.55º | 0.26% | 1% | - |
| XYZ | 76.17 | 76.6 | 58.35 | - |
| YUV | 227.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 188 | 0 | 0.13 | 0.26 | 0 | 29.55 | 1 | 0.87 |
| Hex | FF | DD | BC | 0 | D | 1A | 0 | 1E | 64 | 57 |
| Octal | 377 | 335 | 274 | 0 | 15 | 32 | 0 | 36 | 144 | 127 |
| Binary | 11111111 | 11011101 | 10111100 | 0 | 1101 | 11010 | 0 | 11110 | 1100100 | 1010111 |
Color Harmonies of #FFDDBC
Complementary color
Monochromatic Colors of #FFDDBC
Black with #FFDDBC
Text Example
Text Example
White with #FFDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDBC; }
p { color: rgb(255,221,188); }
H1.HeaderClassName
{
color: #FFDDBC;
}
.AnyTagClassName
{
color: #FFDDBC;
}
</style>
background-color css
<style>
a { background-color: #FFDDBC; }
a { background-color: rgb(255,221,188); }
div.DivClassName
{
background-color: #FFDDBC;
}
.BgClassName
{
background-color: #FFDDBC;
}
</style>
border-color css
<style>
span { border-color: #FFDDBC; }
span { border-color: rgb(255,221,188); }
td.TdClassName
{
border-color: #FFDDBC;
}
.TagClassName
{
border-color: #FFDDBC;
}
</style>