#D1AEB1

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

Shades of Pink Flare #D1AEB1

Tints of Pink Flare #D1AEB1

Color information

#D1AEB1 (or 0xD1AEB1) is unknown color: approx Pink Flare. HEX triplet: D1, AE and B1. RGB value is (209,174,177). Sum of RGB (Red+Green+Blue) = 209+174+177=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AEB1 is #2E514E. Grayscale: #B8B8B8. Windows color (decimal): -3035471 or 11644625. OLE color: 11644625.

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

Color convert

RGB209174177-
CMYK00.170.150.18
HSL354.86º27.56%75.1%-
HSV(B)354.86º16.75%81.96%-
XYZ49.374748.07-
YUV184.81123.6145.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 177 (69.53% from 255) = 31.61%
R=37.32%
G=31.07%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917417700.170.150.18354.8627.5675.1
HexD1AEB1011F121631c4b
Octal321256261021172254334113
Binary110100011010111010110001010001111110010101100011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AEB1; }

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

 H1.HeaderClassName
 {
   color: #D1AEB1;
 }
 .AnyTagClassName
 {
   color: #D1AEB1;
 }
</style>
background-color css

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

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

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

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

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

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