#DDABB4

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

Shades of Blossom #DDABB4

Tints of Blossom #DDABB4

Color information

#DDABB4 (or 0xDDABB4) is unknown color: approx Blossom. HEX triplet: DD, AB and B4. RGB value is (221,171,180). Sum of RGB (Red+Green+Blue) = 221+171+180=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABB4 is #22544B. Grayscale: #BABABA. Windows color (decimal): -2249804 or 11840477. OLE color: 11840477.

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

Color convert

RGB221171180-
CMYK00.230.190.13
HSL349.2º42.37%76.86%-
HSV(B)349.2º22.62%86.67%-
XYZ52.6247.7949.63-
YUV186.98124.06152.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=38.64%
G=29.90%
B=31.47%

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
Decimal22117118000.230.190.13349.242.3776.86
HexDDABB401713D15d2a4d
Octal335253264027231553552115
Binary1101110110101011101101000101111001111011010111011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABB4; }

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

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

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

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

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

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

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

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