#DCA6B6

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

Shades of Blossom #DCA6B6

Tints of Blossom #DCA6B6

Color information

#DCA6B6 (or 0xDCA6B6) is unknown color: approx Blossom. HEX triplet: DC, A6 and B6. RGB value is (220,166,182). Sum of RGB (Red+Green+Blue) = 220+166+182=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6B6 is #235949. Grayscale: #B7B7B7. Windows color (decimal): -2316618 or 11970268. OLE color: 11970268.

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

Color convert

RGB220166182-
CMYK00.250.170.14
HSL342.22º43.55%75.69%-
HSV(B)342.22º24.55%86.27%-
XYZ51.5945.8750.39-
YUV183.97126.89153.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 166 (65.23% from 255) = 29.23%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=38.73%
G=29.23%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016618200.250.170.14342.2243.5575.69
HexDCA6B601911E1562c4c
Octal334246266031211652654114
Binary1101110010100110101101100110011000111101010101101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6B6; }

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

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

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

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

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

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

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

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