#DDABB3

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

Shades of Blossom #DDABB3

Tints of Blossom #DDABB3

Color information

#DDABB3 (or 0xDDABB3) is unknown color: approx Blossom. HEX triplet: DD, AB and B3. RGB value is (221,171,179). Sum of RGB (Red+Green+Blue) = 221+171+179=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABB3 is #22544C. Grayscale: #BABABA. Windows color (decimal): -2249805 or 11774941. OLE color: 11774941.

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

Color convert

RGB221171179-
CMYK00.230.190.13
HSL350.4º42.37%76.86%-
HSV(B)350.4º22.62%86.67%-
XYZ52.5247.7549.1-
YUV186.86123.56152.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 179 (70.31% from 255) = 31.35%
R=38.70%
G=29.95%
B=31.35%

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
Decimal22117117900.230.190.13350.442.3776.86
HexDDABB301713D15e2a4d
Octal335253263027231553652115
Binary1101110110101011101100110101111001111011010111101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABB3; }

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

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

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

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

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

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

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

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