#D6AFB1

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

Shades of Pink Flare #D6AFB1

Tints of Pink Flare #D6AFB1

Color information

#D6AFB1 (or 0xD6AFB1) is unknown color: approx Pink Flare. HEX triplet: D6, AF and B1. RGB value is (214,175,177). Sum of RGB (Red+Green+Blue) = 214+175+177=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AFB1 is #29504E. Grayscale: #BABABA. Windows color (decimal): -2707535 or 11644886. OLE color: 11644886.

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

Color convert

RGB214175177-
CMYK00.180.170.16
HSL356.92º32.23%76.27%-
HSV(B)356.92º18.22%83.92%-
XYZ5148.1348.2-
YUV186.89122.42147.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 177 (69.53% from 255) = 31.27%
R=37.81%
G=30.92%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417517700.180.170.16356.9232.2376.27
HexD6AFB10121110165204c
Octal326257261022212054540114
Binary11010110101011111011000101001010001100001011001011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFB1; }

 p { color: rgb(214,175,177); }

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

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

 a { background-color: rgb(214,175,177); }

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

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

 span { border-color: rgb(214,175,177); }

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