#DDA7B4

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

Shades of Blossom #DDA7B4

Tints of Blossom #DDA7B4

Color information

#DDA7B4 (or 0xDDA7B4) is unknown color: approx Blossom. HEX triplet: DD, A7 and B4. RGB value is (221,167,180). Sum of RGB (Red+Green+Blue) = 221+167+180=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7B4 is #22584B. Grayscale: #B8B8B8. Windows color (decimal): -2250828 or 11839453. OLE color: 11839453.

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

Color convert

RGB221167180-
CMYK00.240.190.13
HSL345.56º44.26%76.08%-
HSV(B)345.56º24.43%86.67%-
XYZ51.8846.349.38-
YUV184.63125.39153.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=38.91%
G=29.40%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116718000.240.190.13345.5644.2676.08
HexDDA7B401813D15a2c4c
Octal335247264030231553254114
Binary1101110110100111101101000110001001111011010110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7B4; }

 p { color: rgb(221,167,180); }

 H1.HeaderClassName
 {
   color: #DDA7B4;
 }
 .AnyTagClassName
 {
   color: #DDA7B4;
 }
</style>
background-color css

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

 a { background-color: rgb(221,167,180); }

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

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

 span { border-color: rgb(221,167,180); }

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