#D9BBBF

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

Shades of Pink Flare #D9BBBF

Tints of Pink Flare #D9BBBF

Color information

#D9BBBF (or 0xD9BBBF) is unknown color: approx Pink Flare. HEX triplet: D9, BB and BF. RGB value is (217,187,191). Sum of RGB (Red+Green+Blue) = 217+187+191=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBBF is #264440. Grayscale: #C4C4C4. Windows color (decimal): -2507841 or 12565465. OLE color: 12565465.

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

Color convert

RGB217187191-
CMYK00.140.120.15
HSL352º28.3%79.22%-
HSV(B)352º13.82%85.1%-
XYZ55.7954.0556.78-
YUV196.43124.94142.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.47%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 191 (75% from 255) = 32.10%
R=36.47%
G=31.43%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718719100.140.120.1535228.379.22
HexD9BBBF0ECF1601c4f
Octal331273277016141754034117
Binary1101100110111011101111110111011001111101100000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBBF; }

 p { color: rgb(217,187,191); }

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

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

 a { background-color: rgb(217,187,191); }

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

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

 span { border-color: rgb(217,187,191); }

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