#D7B9BD

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

Shades of Pink Flare #D7B9BD

Tints of Pink Flare #D7B9BD

Color information

#D7B9BD (or 0xD7B9BD) is unknown color: approx Pink Flare. HEX triplet: D7, B9 and BD. RGB value is (215,185,189). Sum of RGB (Red+Green+Blue) = 215+185+189=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9BD is #284642. Grayscale: #C2C2C2. Windows color (decimal): -2639427 or 12433879. OLE color: 12433879.

HSL color Cylindrical-coordinate representation of color #D7B9BD: hue angle of 352º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7B9BD is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB215185189-
CMYK00.140.120.16
HSL352º27.27%78.43%-
HSV(B)352º13.95%84.31%-
XYZ54.5652.8255.46-
YUV194.43124.94142.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 185 (72.66% from 255) = 31.41%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=36.50%
G=31.41%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518518900.140.120.1635227.2778.43
HexD7B9BD0EC101601b4e
Octal327271275016142054033116
Binary11010111101110011011110101110110010000101100000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B9BD; }

 p { color: rgb(215,185,189); }

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

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

 a { background-color: rgb(215,185,189); }

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

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

 span { border-color: rgb(215,185,189); }

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