#D1AFB3

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

Shades of Pink Flare #D1AFB3

Tints of Pink Flare #D1AFB3

Color information

#D1AFB3 (or 0xD1AFB3) is unknown color: approx Pink Flare. HEX triplet: D1, AF and B3. RGB value is (209,175,179). Sum of RGB (Red+Green+Blue) = 209+175+179=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFB3 is #2E504C. Grayscale: #B9B9B9. Windows color (decimal): -3035213 or 11775953. OLE color: 11775953.

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

Color convert

RGB209175179-
CMYK00.160.140.18
HSL352.94º26.98%75.29%-
HSV(B)352.94º16.27%81.96%-
XYZ49.7647.4749.19-
YUV185.62124.26144.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.12%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 179 (70.31% from 255) = 31.79%
R=37.12%
G=31.08%
B=31.79%

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
Decimal20917517900.160.140.18352.9426.9875.29
HexD1AFB3010E121611b4b
Octal321257263020162254133113
Binary110100011010111110110011010000111010010101100001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AFB3; }

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

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

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

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

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

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

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

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