#D2AEB1

Color #D2AEB1 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #D2AEB1

Tints of Pink Flare #D2AEB1

Color information

#D2AEB1 (or 0xD2AEB1) is unknown color: approx 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

RGB210174177-
CMYK00.170.160.18
HSL355º28.57%75.29%-
HSV(B)355º17.14%82.35%-
XYZ49.6547.1548.08-
YUV185.11123.43145.76-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017417700.170.160.1835528.5775.29
HexD2AEB101110121631d4b
Octal322256261021202254335113
Binary1101001010101110101100010100011000010010101100011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>