#DDACB4

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

Shades of Blossom #DDACB4

Tints of Blossom #DDACB4

Color information

#DDACB4 (or 0xDDACB4) is unknown color: approx Blossom. HEX triplet: DD, AC and B4. RGB value is (221,172,180). Sum of RGB (Red+Green+Blue) = 221+172+180=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACB4 is #22534B. Grayscale: #BBBBBB. Windows color (decimal): -2249548 or 11840733. OLE color: 11840733.

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

Color convert

RGB221172180-
CMYK00.220.190.13
HSL350.2º41.88%77.06%-
HSV(B)350.2º22.17%86.67%-
XYZ52.8148.1749.69-
YUV187.56123.73151.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=38.57%
G=30.02%
B=31.41%

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
Decimal22117218000.220.190.13350.241.8877.06
HexDDACB401613D15e2a4d
Octal335254264026231553652115
Binary1101110110101100101101000101101001111011010111101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACB4; }

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

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

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

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

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

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

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

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