#DCA7B5

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

Shades of Blossom #DCA7B5

Tints of Blossom #DCA7B5

Color information

#DCA7B5 (or 0xDCA7B5) is unknown color: approx Blossom. HEX triplet: DC, A7 and B5. RGB value is (220,167,181). Sum of RGB (Red+Green+Blue) = 220+167+181=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7B5 is #23584A. Grayscale: #B8B8B8. Windows color (decimal): -2316363 or 11904988. OLE color: 11904988.

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

Color convert

RGB220167181-
CMYK00.240.180.14
HSL344.15º43.09%75.88%-
HSV(B)344.15º24.09%86.27%-
XYZ51.6746.1949.91-
YUV184.44126.06153.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=38.73%
G=29.40%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016718100.240.180.14344.1543.0975.88
HexDCA7B501812E1582b4c
Octal334247265030221653053114
Binary1101110010100111101101010110001001011101010110001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7B5; }

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

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

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

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

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

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

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

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