#DDA7B5

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

Shades of Blossom #DDA7B5

Tints of Blossom #DDA7B5

Color information

#DDA7B5 (or 0xDDA7B5) is unknown color: approx Blossom. HEX triplet: DD, A7 and B5. RGB value is (221,167,181). Sum of RGB (Red+Green+Blue) = 221+167+181=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7B5 is #22584A. Grayscale: #B8B8B8. Windows color (decimal): -2250827 or 11904989. OLE color: 11904989.

HSL color Cylindrical-coordinate representation of color #DDA7B5: hue angle of 344.44º 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 #DDA7B5 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221167181-
CMYK00.240.180.13
HSL344.44º44.26%76.08%-
HSV(B)344.44º24.43%86.67%-
XYZ51.9846.3549.92-
YUV184.74125.89153.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 167 (65.62% from 255) = 29.35%
BLUE value IS 181 (71.09% from 255) = 31.81%
R=38.84%
G=29.35%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116718100.240.180.13344.4444.2676.08
HexDDA7B501812D1582c4c
Octal335247265030221553054114
Binary1101110110100111101101010110001001011011010110001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7B5; }

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

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

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

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

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

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

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

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