#DCA9B6

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

Shades of Blossom #DCA9B6

Tints of Blossom #DCA9B6

Color information

#DCA9B6 (or 0xDCA9B6) is unknown color: approx Blossom. HEX triplet: DC, A9 and B6. RGB value is (220,169,182). Sum of RGB (Red+Green+Blue) = 220+169+182=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9B6 is #235649. Grayscale: #B9B9B9. Windows color (decimal): -2315850 or 11971036. OLE color: 11971036.

HSL color Cylindrical-coordinate representation of color #DCA9B6: hue angle of 344.71º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCA9B6 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220169182-
CMYK00.230.170.14
HSL344.71º42.15%76.27%-
HSV(B)344.71º23.18%86.27%-
XYZ52.1546.9750.57-
YUV185.73125.9152.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=38.53%
G=29.60%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016918200.230.170.14344.7142.1576.27
HexDCA9B601711E1592a4c
Octal334251266027211653152114
Binary1101110010101001101101100101111000111101010110011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9B6; }

 p { color: rgb(220,169,182); }

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

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

 a { background-color: rgb(220,169,182); }

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

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

 span { border-color: rgb(220,169,182); }

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