#D8B7BA

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

Shades of Pink Flare #D8B7BA

Tints of Pink Flare #D8B7BA

Color information

#D8B7BA (or 0xD8B7BA) is unknown color: approx Pink Flare. HEX triplet: D8, B7 and BA. RGB value is (216,183,186). Sum of RGB (Red+Green+Blue) = 216+183+186=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7BA is #274845. Grayscale: #C1C1C1. Windows color (decimal): -2574406 or 12236760. OLE color: 12236760.

HSL color Cylindrical-coordinate representation of color #D8B7BA: hue angle of 354.55º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B7BA is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216183186-
CMYK00.150.140.15
HSL354.55º29.73%78.24%-
HSV(B)354.55º15.28%84.71%-
XYZ54.1252.0153.64-
YUV193.21123.93144.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 183 (71.88% from 255) = 31.28%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=36.92%
G=31.28%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618318600.150.140.15354.5529.7378.24
HexD8B7BA0FEF1631e4e
Octal330267272017161754336116
Binary1101100010110111101110100111111101111101100011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B7BA; }

 p { color: rgb(216,183,186); }

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

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

 a { background-color: rgb(216,183,186); }

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

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

 span { border-color: rgb(216,183,186); }

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