Html Css Color HEX #D2ABB2 Pink Flare

📋 copy color: '#D2ABB2'

red 210 ◦ green 171 ◦ blue 178

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

Shades of Pink Flare #D2ABB2

Tints of Pink Flare #D2ABB2

RGB

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

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

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

R = 37.57%
G = 30.59%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D2ABB2 (or 0xD2ABB2) is known color: Pink Flare. HEX triplet: D2, AB and B2. RGB value is (210,171,178). Sum of RGB (Red+Green+Blue) = 210+171+178=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2ABB2 is #2D544D. Grayscale: #B7B7B7. Windows color (decimal): -2970702 or 11709394. OLE color: 11709394.

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

Color convert

RGB 210 171 178 -
CMYK 0 0.19 0.15 0.18
HSL 349.23º 0.3% 0.75% -
HSV(B) 349.23º 0.19% 0.82% -
XYZ 49.18 46.04 48.41 -
YUV 183.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 210 171 178 0 0.19 0.15 0.18 349.23 0.3 0.75
Hex D2 AB B2 0 13 F 12 15D 1E 4B
Octal 322 253 262 0 23 17 22 535 36 113
Binary 11010010 10101011 10110010 0 10011 1111 10010 101011101 11110 1001011

Color Harmonies of #D2ABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABB2

Black with #D2ABB2

Text Example


Text Example

White with #D2ABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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