#D7B9BB

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

Shades of Pink Flare #D7B9BB

Tints of Pink Flare #D7B9BB

Color information

#D7B9BB (or 0xD7B9BB) is unknown color: approx Pink Flare. HEX triplet: D7, B9 and BB. RGB value is (215,185,187). Sum of RGB (Red+Green+Blue) = 215+185+187=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9BB is #284644. Grayscale: #C2C2C2. Windows color (decimal): -2639429 or 12302807. OLE color: 12302807.

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

Color convert

RGB215185187-
CMYK00.140.130.16
HSL356º27.27%78.43%-
HSV(B)356º13.95%84.31%-
XYZ54.3452.7354.33-
YUV194.2123.94142.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 185 (72.66% from 255) = 31.52%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=36.63%
G=31.52%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518518700.140.130.1635627.2778.43
HexD7B9BB0ED101641b4e
Octal327271273016152054433116
Binary11010111101110011011101101110110110000101100100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B9BB; }

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

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

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

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

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

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

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

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