Html Css Color HEX #D2ABB1 Pink Flare

📋 copy color: '#D2ABB1'

red 210 ◦ green 171 ◦ blue 177

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

Shades of Pink Flare #D2ABB1

Tints of Pink Flare #D2ABB1

RGB

 RED value IS 210 (82.42% from 255) = 37.63%

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

 BLUE value IS 177 (69.53% from 255) = 31.72%

R = 37.63%
G = 30.65%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D2ABB1 (or 0xD2ABB1) is known color: Pink Flare. HEX triplet: D2, AB and B1. RGB value is (210,171,177). Sum of RGB (Red+Green+Blue) = 210+171+177=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2ABB1 is #2D544E. Grayscale: #B7B7B7. Windows color (decimal): -2970703 or 11643858. OLE color: 11643858.

HSL color Cylindrical-coordinate representation of color #D2ABB1: hue angle of 350.77º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2ABB1 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 171 177 -
CMYK 0 0.19 0.16 0.18
HSL 350.77º 0.3% 0.75% -
HSV(B) 350.77º 0.19% 0.82% -
XYZ 49.08 46 47.89 -
YUV 183.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 210 171 177 0 0.19 0.16 0.18 350.77 0.3 0.75
Hex D2 AB B1 0 13 10 12 15F 1E 4B
Octal 322 253 261 0 23 20 22 537 36 113
Binary 11010010 10101011 10110001 0 10011 10000 10010 101011111 11110 1001011

Color Harmonies of #D2ABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABB1

Black with #D2ABB1

Text Example


Text Example

White with #D2ABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABB1; }

 p { color: rgb(210,171,177); }

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

background-color css

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

 a { background-color: rgb(210,171,177); }

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

border-color css

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

 span { border-color: rgb(210,171,177); }

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