#DCA5B6

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

Shades of Blossom #DCA5B6

Tints of Blossom #DCA5B6

Color information

#DCA5B6 (or 0xDCA5B6) is unknown color: approx Blossom. HEX triplet: DC, A5 and B6. RGB value is (220,165,182). Sum of RGB (Red+Green+Blue) = 220+165+182=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5B6 is #235A49. Grayscale: #B7B7B7. Windows color (decimal): -2316874 or 11970012. OLE color: 11970012.

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

Color convert

RGB220165182-
CMYK00.250.170.14
HSL341.45º44%75.49%-
HSV(B)341.45º25%86.27%-
XYZ51.4145.550.33-
YUV183.38127.22154.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 165 (64.84% from 255) = 29.10%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=38.80%
G=29.10%
B=32.10%

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
Decimal22016518200.250.170.14341.454475.49
HexDCA5B601911E1552c4b
Octal334245266031211652554113
Binary1101110010100101101101100110011000111101010101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5B6; }

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

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

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

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

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

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

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

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