Html Css Color HEX #DCA6B3 Blossom

📋 copy color: '#DCA6B3'

red 220 ◦ green 166 ◦ blue 179

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

Shades of Blossom #DCA6B3

Tints of Blossom #DCA6B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.68%

R = 38.94%
G = 29.38%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DCA6B3 (or 0xDCA6B3) is known color: Blossom. HEX triplet: DC, A6 and B3. RGB value is (220,166,179). Sum of RGB (Red+Green+Blue) = 220+166+179=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6B3 is #23594C. Grayscale: #B7B7B7. Windows color (decimal): -2316621 or 11773660. OLE color: 11773660.

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

Color convert

RGB 220 166 179 -
CMYK 0 0.25 0.19 0.14
HSL 345.56º 0.44% 0.76% -
HSV(B) 345.56º 0.25% 0.86% -
XYZ 51.29 45.74 48.77 -
YUV 183.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 220 166 179 0 0.25 0.19 0.14 345.56 0.44 0.76
Hex DC A6 B3 0 19 13 E 15A 2C 4C
Octal 334 246 263 0 31 23 16 532 54 114
Binary 11011100 10100110 10110011 0 11001 10011 1110 101011010 101100 1001100

Color Harmonies of #DCA6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA6B3

Black with #DCA6B3

Text Example


Text Example

White with #DCA6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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