#DDACB7

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

Shades of Blossom #DDACB7

Tints of Blossom #DDACB7

Color information

#DDACB7 (or 0xDDACB7) is unknown color: approx Blossom. HEX triplet: DD, AC and B7. RGB value is (221,172,183). Sum of RGB (Red+Green+Blue) = 221+172+183=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACB7 is #225348. Grayscale: #BBBBBB. Windows color (decimal): -2249545 or 12037341. OLE color: 12037341.

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

Color convert

RGB221172183-
CMYK00.220.170.13
HSL346.53º41.88%77.06%-
HSV(B)346.53º22.17%86.67%-
XYZ53.1248.351.32-
YUV187.9125.23151.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 183 (71.88% from 255) = 31.77%
R=38.37%
G=29.86%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117218300.220.170.13346.5341.8877.06
HexDDACB701611D15b2a4d
Octal335254267026211553352115
Binary1101110110101100101101110101101000111011010110111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACB7; }

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

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

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

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

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

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

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

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