Html Css Color HEX #DCA9B6 Blossom

📋 copy color: '#DCA9B6'

red 220 ◦ green 169 ◦ blue 182

#DCA9B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #DCA9B6

Tints of Blossom #DCA9B6

RGB

 RED value IS 220 (86.33% from 255) = 38.53%

 GREEN value IS 169 (66.41% from 255) = 29.6%

 BLUE value IS 182 (71.48% from 255) = 31.87%

R = 38.53%
G = 29.6%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DCA9B6 (or 0xDCA9B6) is known color: Blossom. HEX triplet: DC, A9 and B6. RGB value is (220,169,182). Sum of RGB (Red+Green+Blue) = 220+169+182=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9B6 is #235649. Grayscale: #B9B9B9. Windows color (decimal): -2315850 or 11971036. OLE color: 11971036.

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

Color convert

RGB 220 169 182 -
CMYK 0 0.23 0.17 0.14
HSL 344.71º 0.42% 0.76% -
HSV(B) 344.71º 0.23% 0.86% -
XYZ 52.15 46.97 50.57 -
YUV 185.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 220 169 182 0 0.23 0.17 0.14 344.71 0.42 0.76
Hex DC A9 B6 0 17 11 E 159 2A 4C
Octal 334 251 266 0 27 21 16 531 52 114
Binary 11011100 10101001 10110110 0 10111 10001 1110 101011001 101010 1001100

Color Harmonies of #DCA9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA9B6

Black with #DCA9B6

Text Example


Text Example

White with #DCA9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA9B6; }

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

 H1.HeaderClassName
 {
   color: #DCA9B6;
 }
 .AnyTagClassName
 {
   color: #DCA9B6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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