#D6AFB3

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

Shades of Pink Flare #D6AFB3

Tints of Pink Flare #D6AFB3

Color information

#D6AFB3 (or 0xD6AFB3) is unknown color: approx Pink Flare. HEX triplet: D6, AF and B3. RGB value is (214,175,179). Sum of RGB (Red+Green+Blue) = 214+175+179=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFB3 is #29504C. Grayscale: #BBBBBB. Windows color (decimal): -2707533 or 11775958. OLE color: 11775958.

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

Color convert

RGB214175179-
CMYK00.180.160.16
HSL353.85º32.23%76.27%-
HSV(B)353.85º18.22%83.92%-
XYZ51.248.2149.25-
YUV187.12123.42147.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.68%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 179 (70.31% from 255) = 31.51%
R=37.68%
G=30.81%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417517900.180.160.16353.8532.2376.27
HexD6AFB30121010162204c
Octal326257263022202054240114
Binary11010110101011111011001101001010000100001011000101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFB3; }

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

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

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

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

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

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

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

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