#FFDDBD

Color #FFDDBD Peach Puff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach Puff #FFDDBD

Tints of Peach Puff #FFDDBD

Color information

#FFDDBD (or 0xFFDDBD) is unknown color: approx 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

RGB255221189-
CMYK00.130.260
HSL29.09º100%87.06%-
HSV(B)29.09º25.88%100%-
XYZ76.2876.6558.92-
YUV227.52106.26147.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 189 (74.22% from 255) = 28.42%
R=38.35%
G=33.23%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522118900.130.26029.0910087.06
HexFFDDBD0D1A01d6457
Octal37733527501532035144127
Binary111111111101110110111101011011101001110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>