Html Css Color HEX #DCABB5 Blossom

📋 copy color: '#DCABB5'

red 220 ◦ green 171 ◦ blue 181

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

Shades of Blossom #DCABB5

Tints of Blossom #DCABB5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.9%

 BLUE value IS 181 (71.09% from 255) = 31.64%

R = 38.46%
G = 29.9%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DCABB5 (or 0xDCABB5) is known color: Blossom. HEX triplet: DC, AB and B5. RGB value is (220,171,181). Sum of RGB (Red+Green+Blue) = 220+171+181=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABB5 is #23544A. Grayscale: #BABABA. Windows color (decimal): -2315339 or 11906012. OLE color: 11906012.

HSL color Cylindrical-coordinate representation of color #DCABB5: hue angle of 347.76º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCABB5 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 181 -
CMYK 0 0.22 0.18 0.14
HSL 347.76º 0.41% 0.77% -
HSV(B) 347.76º 0.22% 0.86% -
XYZ 52.42 47.68 50.16 -
YUV 186.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 220 171 181 0 0.22 0.18 0.14 347.76 0.41 0.77
Hex DC AB B5 0 16 12 E 15C 29 4D
Octal 334 253 265 0 26 22 16 534 51 115
Binary 11011100 10101011 10110101 0 10110 10010 1110 101011100 101001 1001101

Color Harmonies of #DCABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABB5

Black with #DCABB5

Text Example


Text Example

White with #DCABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABB5; }

 p { color: rgb(220,171,181); }

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

background-color css

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

 a { background-color: rgb(220,171,181); }

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

border-color css

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

 span { border-color: rgb(220,171,181); }

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