Html Css Color HEX #FFDDBB Peach Puff

📋 copy color: '#FFDDBB'

red 255 ◦ green 221 ◦ blue 187

#FFDDBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach Puff #FFDDBB

Tints of Peach Puff #FFDDBB

RGB

 RED value IS 255 (100% from 255) = 38.46%

 GREEN value IS 221 (86.72% from 255) = 33.33%

 BLUE value IS 187 (73.44% from 255) = 28.21%

R = 38.46%
G = 33.33%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFDDBB (or 0xFFDDBB) is known color: Peach Puff. HEX triplet: FF, DD and BB. RGB value is (255,221,187). Sum of RGB (Red+Green+Blue) = 255+221+187=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 187 (73.44% from 255 or 28.21% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDBB is #002244. Grayscale: #E3E3E3. Windows color (decimal): -8773 or 12312063. OLE color: 12312063.

HSL color Cylindrical-coordinate representation of color #FFDDBB: hue angle of 30º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFDDBB is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 221 187 -
CMYK 0 0.13 0.27 0
HSL 30º 1% 0.87% -
HSV(B) 30º 0.27% 1% -
XYZ 76.07 76.56 57.78 -
YUV 227.29 105.26 147.76 -
System Red Green Blue C M Y K H S L
Decimal 255 221 187 0 0.13 0.27 0 30 1 0.87
Hex FF DD BB 0 D 1B 0 1E 64 57
Octal 377 335 273 0 15 33 0 36 144 127
Binary 11111111 11011101 10111011 0 1101 11011 0 11110 1100100 1010111

Color Harmonies of #FFDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDDBB

Black with #FFDDBB

Text Example


Text Example

White with #FFDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDDBB; }

 p { color: rgb(255,221,187); }

 H1.HeaderClassName
 {
   color: #FFDDBB;
 }
 .AnyTagClassName
 {
   color: #FFDDBB;
 }
</style>

background-color css

<style>
 a { background-color: #FFDDBB; }

 a { background-color: rgb(255,221,187); }

 div.DivClassName
 {
   background-color: #FFDDBB;
 }
 .BgClassName
 {
   background-color: #FFDDBB;
 }
</style>

border-color css

<style>
 span { border-color: #FFDDBB; }

 span { border-color: rgb(255,221,187); }

 td.TdClassName
 {
   border-color: #FFDDBB;
 }
 .TagClassName
 {
   border-color: #FFDDBB;
 }
</style>