Html Css Color HEX #DCABB3 Blossom

📋 copy color: '#DCABB3'

red 220 ◦ green 171 ◦ blue 179

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

Shades of Blossom #DCABB3

Tints of Blossom #DCABB3

RGB

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

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

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

R = 38.6%
G = 30%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DCABB3 (or 0xDCABB3) is known color: Blossom. HEX triplet: DC, AB and B3. RGB value is (220,171,179). Sum of RGB (Red+Green+Blue) = 220+171+179=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABB3 is #23544C. Grayscale: #BABABA. Windows color (decimal): -2315341 or 11774940. OLE color: 11774940.

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

Color convert

RGB 220 171 179 -
CMYK 0 0.22 0.19 0.14
HSL 350.2º 0.41% 0.77% -
HSV(B) 350.2º 0.22% 0.86% -
XYZ 52.21 47.6 49.08 -
YUV 186.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 220 171 179 0 0.22 0.19 0.14 350.2 0.41 0.77
Hex DC AB B3 0 16 13 E 15E 29 4D
Octal 334 253 263 0 26 23 16 536 51 115
Binary 11011100 10101011 10110011 0 10110 10011 1110 101011110 101001 1001101

Color Harmonies of #DCABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABB3

Black with #DCABB3

Text Example


Text Example

White with #DCABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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