Html Css Color HEX #DCA6B7 Blossom

📋 copy color: '#DCA6B7'

red 220 ◦ green 166 ◦ blue 183

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

Shades of Blossom #DCA6B7

Tints of Blossom #DCA6B7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.17%

 BLUE value IS 183 (71.88% from 255) = 32.16%

R = 38.66%
G = 29.17%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DCA6B7 (or 0xDCA6B7) is known color: Blossom. HEX triplet: DC, A6 and B7. RGB value is (220,166,183). Sum of RGB (Red+Green+Blue) = 220+166+183=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6B7 is #235948. Grayscale: #B8B8B8. Windows color (decimal): -2316617 or 12035804. OLE color: 12035804.

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

Color convert

RGB 220 166 183 -
CMYK 0 0.25 0.17 0.14
HSL 341.11º 0.44% 0.76% -
HSV(B) 341.11º 0.25% 0.86% -
XYZ 51.7 45.91 50.94 -
YUV 184.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 220 166 183 0 0.25 0.17 0.14 341.11 0.44 0.76
Hex DC A6 B7 0 19 11 E 155 2C 4C
Octal 334 246 267 0 31 21 16 525 54 114
Binary 11011100 10100110 10110111 0 11001 10001 1110 101010101 101100 1001100

Color Harmonies of #DCA6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA6B7

Black with #DCA6B7

Text Example


Text Example

White with #DCA6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA6B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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