#DDACB2

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

Shades of Blossom #DDACB2

Tints of Blossom #DDACB2

Color information

#DDACB2 (or 0xDDACB2) is unknown color: approx Blossom. HEX triplet: DD, AC and B2. RGB value is (221,172,178). Sum of RGB (Red+Green+Blue) = 221+172+178=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACB2 is #22534D. Grayscale: #BBBBBB. Windows color (decimal): -2249550 or 11709661. OLE color: 11709661.

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

Color convert

RGB221172178-
CMYK00.220.190.13
HSL352.65º41.88%77.06%-
HSV(B)352.65º22.17%86.67%-
XYZ52.6148.0948.63-
YUV187.34122.73152.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 178 (69.92% from 255) = 31.17%
R=38.70%
G=30.12%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117217800.220.190.13352.6541.8877.06
HexDDACB201613D1612a4d
Octal335254262026231554152115
Binary1101110110101100101100100101101001111011011000011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACB2; }

 p { color: rgb(221,172,178); }

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

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

 a { background-color: rgb(221,172,178); }

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

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

 span { border-color: rgb(221,172,178); }

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