#D1AFB4

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

Shades of Pink Flare #D1AFB4

Tints of Pink Flare #D1AFB4

Color information

#D1AFB4 (or 0xD1AFB4) is unknown color: approx Pink Flare. HEX triplet: D1, AF and B4. RGB value is (209,175,180). Sum of RGB (Red+Green+Blue) = 209+175+180=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFB4 is #2E504B. Grayscale: #B9B9B9. Windows color (decimal): -3035212 or 11841489. OLE color: 11841489.

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

Color convert

RGB209175180-
CMYK00.160.140.18
HSL351.18º26.98%75.29%-
HSV(B)351.18º16.27%81.96%-
XYZ49.8647.5149.72-
YUV185.74124.76144.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.06%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 180 (70.70% from 255) = 31.91%
R=37.06%
G=31.03%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917518000.160.140.18351.1826.9875.29
HexD1AFB4010E1215f1b4b
Octal321257264020162253733113
Binary110100011010111110110100010000111010010101011111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AFB4; }

 p { color: rgb(209,175,180); }

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

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

 a { background-color: rgb(209,175,180); }

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

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

 span { border-color: rgb(209,175,180); }

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