#D5B9BB

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

Shades of Pink Flare #D5B9BB

Tints of Pink Flare #D5B9BB

Color information

#D5B9BB (or 0xD5B9BB) is unknown color: approx Pink Flare. HEX triplet: D5, B9 and BB. RGB value is (213,185,187). Sum of RGB (Red+Green+Blue) = 213+185+187=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9BB is #2A4644. Grayscale: #C1C1C1. Windows color (decimal): -2770501 or 12302805. OLE color: 12302805.

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

Color convert

RGB213185187-
CMYK00.130.120.16
HSL355.71º25%78.04%-
HSV(B)355.71º13.15%83.53%-
XYZ53.7652.4354.3-
YUV193.6124.28141.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.41%
GREEN value IS 185 (72.66% from 255) = 31.62%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=36.41%
G=31.62%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318518700.130.120.16355.712578.04
HexD5B9BB0DC10164194e
Octal325271273015142054431116
Binary11010101101110011011101101101110010000101100100110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B9BB; }

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

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

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

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

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

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

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

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