Html Css Color HEX #DCA5B2 Blossom

📋 copy color: '#DCA5B2'

red 220 ◦ green 165 ◦ blue 178

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

Shades of Blossom #DCA5B2

Tints of Blossom #DCA5B2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.31%

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

R = 39.08%
G = 29.31%
B = 31.62%

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

#DCA5B2 (or 0xDCA5B2) is known color: Blossom. HEX triplet: DC, A5 and B2. RGB value is (220,165,178). Sum of RGB (Red+Green+Blue) = 220+165+178=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA5B2 is #235A4D. Grayscale: #B6B6B6. Windows color (decimal): -2316878 or 11707868. OLE color: 11707868.

HSL color Cylindrical-coordinate representation of color #DCA5B2: hue angle of 345.82º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA5B2 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 165 178 -
CMYK 0 0.25 0.19 0.14
HSL 345.82º 0.44% 0.75% -
HSV(B) 345.82º 0.25% 0.86% -
XYZ 51.01 45.34 48.18 -
YUV 182.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 220 165 178 0 0.25 0.19 0.14 345.82 0.44 0.75
Hex DC A5 B2 0 19 13 E 15A 2C 4B
Octal 334 245 262 0 31 23 16 532 54 113
Binary 11011100 10100101 10110010 0 11001 10011 1110 101011010 101100 1001011

Color Harmonies of #DCA5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA5B2

Black with #DCA5B2

Text Example


Text Example

White with #DCA5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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