#D8B3B6

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

Shades of Pink Flare #D8B3B6

Tints of Pink Flare #D8B3B6

Color information

#D8B3B6 (or 0xD8B3B6) is unknown color: approx Pink Flare. HEX triplet: D8, B3 and B6. RGB value is (216,179,182). Sum of RGB (Red+Green+Blue) = 216+179+182=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B3B6 is #274C49. Grayscale: #BEBEBE. Windows color (decimal): -2575434 or 11973592. OLE color: 11973592.

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

Color convert

RGB216179182-
CMYK00.170.160.15
HSL355.14º32.17%77.45%-
HSV(B)355.14º17.13%84.71%-
XYZ52.8850.2251.16-
YUV190.4123.26146.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.44%
GREEN value IS 179 (70.31% from 255) = 31.02%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=37.44%
G=31.02%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617918200.170.160.15355.1432.1777.45
HexD8B3B601110F163204d
Octal330263266021201754340115
Binary1101100010110011101101100100011000011111011000111000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B3B6; }

 p { color: rgb(216,179,182); }

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

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

 a { background-color: rgb(216,179,182); }

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

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

 span { border-color: rgb(216,179,182); }

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