Html Css Color HEX #DCA6B2 Blossom

📋 copy color: '#DCA6B2'

red 220 ◦ green 166 ◦ blue 178

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

Shades of Blossom #DCA6B2

Tints of Blossom #DCA6B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.56%

R = 39.01%
G = 29.43%
B = 31.56%

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

#DCA6B2 (or 0xDCA6B2) is known color: Blossom. HEX triplet: DC, A6 and B2. RGB value is (220,166,178). Sum of RGB (Red+Green+Blue) = 220+166+178=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6B2 is #23594D. Grayscale: #B7B7B7. Windows color (decimal): -2316622 or 11708124. OLE color: 11708124.

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

Color convert

RGB 220 166 178 -
CMYK 0 0.25 0.19 0.14
HSL 346.67º 0.44% 0.76% -
HSV(B) 346.67º 0.25% 0.86% -
XYZ 51.19 45.7 48.24 -
YUV 183.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 220 166 178 0 0.25 0.19 0.14 346.67 0.44 0.76
Hex DC A6 B2 0 19 13 E 15B 2C 4C
Octal 334 246 262 0 31 23 16 533 54 114
Binary 11011100 10100110 10110010 0 11001 10011 1110 101011011 101100 1001100

Color Harmonies of #DCA6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA6B2

Black with #DCA6B2

Text Example


Text Example

White with #DCA6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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