#DDA4B3

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

Shades of Blossom #DDA4B3

Tints of Blossom #DDA4B3

Color information

#DDA4B3 (or 0xDDA4B3) is unknown color: approx Blossom. HEX triplet: DD, A4 and B3. RGB value is (221,164,179). Sum of RGB (Red+Green+Blue) = 221+164+179=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4B3 is #225B4C. Grayscale: #B6B6B6. Windows color (decimal): -2251597 or 11773149. OLE color: 11773149.

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

Color convert

RGB221164179-
CMYK00.260.190.13
HSL344.21º45.6%75.49%-
HSV(B)344.21º25.79%86.67%-
XYZ51.2345.1848.67-
YUV182.75125.88155.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 179 (70.31% from 255) = 31.74%
R=39.18%
G=29.08%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116417900.260.190.13344.2145.675.49
HexDDA4B301A13D1582e4b
Octal335244263032231553056113
Binary1101110110100100101100110110101001111011010110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4B3; }

 p { color: rgb(221,164,179); }

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

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

 a { background-color: rgb(221,164,179); }

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

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

 span { border-color: rgb(221,164,179); }

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