#DCA8B7

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

Shades of Blossom #DCA8B7

Tints of Blossom #DCA8B7

Color information

#DCA8B7 (or 0xDCA8B7) is unknown color: approx Blossom. HEX triplet: DC, A8 and B7. RGB value is (220,168,183). Sum of RGB (Red+Green+Blue) = 220+168+183=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8B7 is #235748. Grayscale: #B9B9B9. Windows color (decimal): -2316105 or 12036316. OLE color: 12036316.

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

Color convert

RGB220168183-
CMYK00.240.170.14
HSL342.69º42.62%76.08%-
HSV(B)342.69º23.64%86.27%-
XYZ52.0746.6451.06-
YUV185.26126.73152.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 168 (66.02% from 255) = 29.42%
BLUE value IS 183 (71.88% from 255) = 32.05%
R=38.53%
G=29.42%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016818300.240.170.14342.6942.6276.08
HexDCA8B701811E1572b4c
Octal334250267030211652753114
Binary1101110010101000101101110110001000111101010101111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8B7; }

 p { color: rgb(220,168,183); }

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

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

 a { background-color: rgb(220,168,183); }

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

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

 span { border-color: rgb(220,168,183); }

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