#DCA6B5

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

Shades of Blossom #DCA6B5

Tints of Blossom #DCA6B5

Color information

#DCA6B5 (or 0xDCA6B5) is unknown color: approx Blossom. HEX triplet: DC, A6 and B5. RGB value is (220,166,181). Sum of RGB (Red+Green+Blue) = 220+166+181=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6B5 is #23594A. Grayscale: #B7B7B7. Windows color (decimal): -2316619 or 11904732. OLE color: 11904732.

HSL color Cylindrical-coordinate representation of color #DCA6B5: hue angle of 343.33º 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 #DCA6B5 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB220166181-
CMYK00.250.180.14
HSL343.33º43.55%75.69%-
HSV(B)343.33º24.55%86.27%-
XYZ51.4945.8249.85-
YUV183.86126.39153.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=38.80%
G=29.28%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016618100.250.180.14343.3343.5575.69
HexDCA6B501912E1572c4c
Octal334246265031221652754114
Binary1101110010100110101101010110011001011101010101111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6B5; }

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

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

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

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

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

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

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

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