Html Css Color HEX #D2AEB1 Pink Flare

📋 copy color: '#D2AEB1'

red 210 ◦ green 174 ◦ blue 177

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

Shades of Pink Flare #D2AEB1

Tints of Pink Flare #D2AEB1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.02%

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

R = 37.43%
G = 31.02%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D2AEB1 (or 0xD2AEB1) is known color: Pink Flare. HEX triplet: D2, AE and B1. RGB value is (210,174,177). Sum of RGB (Red+Green+Blue) = 210+174+177=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AEB1 is #2D514E. Grayscale: #B9B9B9. Windows color (decimal): -2969935 or 11644626. OLE color: 11644626.

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

Color convert

RGB 210 174 177 -
CMYK 0 0.17 0.16 0.18
HSL 355º 0.29% 0.75% -
HSV(B) 355º 0.17% 0.82% -
XYZ 49.65 47.15 48.08 -
YUV 185.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 210 174 177 0 0.17 0.16 0.18 355 0.29 0.75
Hex D2 AE B1 0 11 10 12 163 1D 4B
Octal 322 256 261 0 21 20 22 543 35 113
Binary 11010010 10101110 10110001 0 10001 10000 10010 101100011 11101 1001011

Color Harmonies of #D2AEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEB1

Black with #D2AEB1

Text Example


Text Example

White with #D2AEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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