#DDABB7

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

Shades of Blossom #DDABB7

Tints of Blossom #DDABB7

Color information

#DDABB7 (or 0xDDABB7) is unknown color: approx Blossom. HEX triplet: DD, AB and B7. RGB value is (221,171,183). Sum of RGB (Red+Green+Blue) = 221+171+183=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABB7 is #225448. Grayscale: #BBBBBB. Windows color (decimal): -2249801 or 12037085. OLE color: 12037085.

HSL color Cylindrical-coordinate representation of color #DDABB7: hue angle of 345.6º degrees, saturation: 0.42, 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 #DDABB7 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB221171183-
CMYK00.230.170.13
HSL345.6º42.37%76.86%-
HSV(B)345.6º22.62%86.67%-
XYZ52.9347.9251.26-
YUV187.32125.56152.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 183 (71.88% from 255) = 31.83%
R=38.43%
G=29.74%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117118300.230.170.13345.642.3776.86
HexDDABB701711D15a2a4d
Octal335253267027211553252115
Binary1101110110101011101101110101111000111011010110101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABB7; }

 p { color: rgb(221,171,183); }

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

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

 a { background-color: rgb(221,171,183); }

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

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

 span { border-color: rgb(221,171,183); }

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