#DCA7B4

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

Shades of Blossom #DCA7B4

Tints of Blossom #DCA7B4

Color information

#DCA7B4 (or 0xDCA7B4) is unknown color: approx Blossom. HEX triplet: DC, A7 and B4. RGB value is (220,167,180). Sum of RGB (Red+Green+Blue) = 220+167+180=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7B4 is #23584B. Grayscale: #B8B8B8. Windows color (decimal): -2316364 or 11839452. OLE color: 11839452.

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

Color convert

RGB220167180-
CMYK00.240.180.14
HSL345.28º43.09%75.88%-
HSV(B)345.28º24.09%86.27%-
XYZ51.5746.1549.37-
YUV184.33125.56153.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 167 (65.62% from 255) = 29.45%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=38.80%
G=29.45%
B=31.75%

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
Decimal22016718000.240.180.14345.2843.0975.88
HexDCA7B401812E1592b4c
Octal334247264030221653153114
Binary1101110010100111101101000110001001011101010110011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7B4; }

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

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

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

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

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

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

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

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