#DDACB3

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

Shades of Blossom #DDACB3

Tints of Blossom #DDACB3

Color information

#DDACB3 (or 0xDDACB3) is unknown color: approx Blossom. HEX triplet: DD, AC and B3. RGB value is (221,172,179). Sum of RGB (Red+Green+Blue) = 221+172+179=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACB3 is #22534C. Grayscale: #BBBBBB. Windows color (decimal): -2249549 or 11775197. OLE color: 11775197.

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

Color convert

RGB221172179-
CMYK00.220.190.13
HSL351.43º41.88%77.06%-
HSV(B)351.43º22.17%86.67%-
XYZ52.7148.1349.16-
YUV187.45123.23151.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=38.64%
G=30.07%
B=31.29%

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
Decimal22117217900.220.190.13351.4341.8877.06
HexDDACB301613D15f2a4d
Octal335254263026231553752115
Binary1101110110101100101100110101101001111011010111111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACB3; }

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

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

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

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

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

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

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

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