#DDA5B5

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

Shades of Blossom #DDA5B5

Tints of Blossom #DDA5B5

Color information

#DDA5B5 (or 0xDDA5B5) is unknown color: approx Blossom. HEX triplet: DD, A5 and B5. RGB value is (221,165,181). Sum of RGB (Red+Green+Blue) = 221+165+181=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5B5 is #225A4A. Grayscale: #B7B7B7. Windows color (decimal): -2251339 or 11904477. OLE color: 11904477.

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

Color convert

RGB221165181-
CMYK00.250.180.13
HSL342.86º45.16%75.69%-
HSV(B)342.86º25.34%86.67%-
XYZ51.6145.6249.8-
YUV183.57126.55154.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 165 (64.84% from 255) = 29.10%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=38.98%
G=29.10%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116518100.250.180.13342.8645.1675.69
HexDDA5B501912D1572d4c
Octal335245265031221552755114
Binary1101110110100101101101010110011001011011010101111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5B5; }

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

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

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

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

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

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

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

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