#DDA5B4

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

Shades of Blossom #DDA5B4

Tints of Blossom #DDA5B4

Color information

#DDA5B4 (or 0xDDA5B4) is unknown color: approx Blossom. HEX triplet: DD, A5 and B4. RGB value is (221,165,180). Sum of RGB (Red+Green+Blue) = 221+165+180=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5B4 is #225A4B. Grayscale: #B7B7B7. Windows color (decimal): -2251340 or 11838941. OLE color: 11838941.

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

Color convert

RGB221165180-
CMYK00.250.190.13
HSL343.93º45.16%75.69%-
HSV(B)343.93º25.34%86.67%-
XYZ51.5145.5849.26-
YUV183.45126.05154.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 165 (64.84% from 255) = 29.15%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=39.05%
G=29.15%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116518000.250.190.13343.9345.1675.69
HexDDA5B401913D1582d4c
Octal335245264031231553055114
Binary1101110110100101101101000110011001111011010110001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5B4; }

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

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

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

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

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

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

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

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