Shades of Peach Puff #FFDDBD
Tints of Peach Puff #FFDDBD
RGB
CMYK
RGB Variations
Color information
#FFDDBD (or 0xFFDDBD) is known color: Peach Puff. HEX triplet: FF, DD and BD. RGB value is (255,221,189). Sum of RGB (Red+Green+Blue) = 255+221+189=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDBD is #002242. Grayscale: #E3E3E3. Windows color (decimal): -8771 or 12443135. OLE color: 12443135.
HSL color Cylindrical-coordinate representation of color #FFDDBD: hue angle of 29.09º 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 #FFDDBD is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 221 | 189 | - |
CMYK | 0 | 0.13 | 0.26 | 0 |
HSL | 29.09º | 1% | 0.87% | - |
HSV(B) | 29.09º | 0.26% | 1% | - |
XYZ | 76.28 | 76.65 | 58.92 | - |
YUV | 227.52 | 106.26 | 147.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 221 | 189 | 0 | 0.13 | 0.26 | 0 | 29.09 | 1 | 0.87 |
Hex | FF | DD | BD | 0 | D | 1A | 0 | 1D | 64 | 57 |
Octal | 377 | 335 | 275 | 0 | 15 | 32 | 0 | 35 | 144 | 127 |
Binary | 11111111 | 11011101 | 10111101 | 0 | 1101 | 11010 | 0 | 11101 | 1100100 | 1010111 |
Color Harmonies of #FFDDBD
Complementary color
Monochromatic Colors of #FFDDBD
Black with #FFDDBD
Text Example
Text Example
White with #FFDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDBD; }
p { color: rgb(255,221,189); }
H1.HeaderClassName
{
color: #FFDDBD;
}
.AnyTagClassName
{
color: #FFDDBD;
}
</style>
background-color css
<style>
a { background-color: #FFDDBD; }
a { background-color: rgb(255,221,189); }
div.DivClassName
{
background-color: #FFDDBD;
}
.BgClassName
{
background-color: #FFDDBD;
}
</style>
border-color css
<style>
span { border-color: #FFDDBD; }
span { border-color: rgb(255,221,189); }
td.TdClassName
{
border-color: #FFDDBD;
}
.TagClassName
{
border-color: #FFDDBD;
}
</style>