#DDAAB4

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

Shades of Blossom #DDAAB4

Tints of Blossom #DDAAB4

Color information

#DDAAB4 (or 0xDDAAB4) is unknown color: approx Blossom. HEX triplet: DD, AA and B4. RGB value is (221,170,180). Sum of RGB (Red+Green+Blue) = 221+170+180=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAB4 is #22554B. Grayscale: #BABABA. Windows color (decimal): -2250060 or 11840221. OLE color: 11840221.

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

Color convert

RGB221170180-
CMYK00.230.190.13
HSL348.24º42.86%76.67%-
HSV(B)348.24º23.08%86.67%-
XYZ52.4347.4249.57-
YUV186.39124.4152.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=38.70%
G=29.77%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117018000.230.190.13348.2442.8676.67
HexDDAAB401713D15c2b4d
Octal335252264027231553453115
Binary1101110110101010101101000101111001111011010111001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAB4; }

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

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

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

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

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

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

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

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