#D1BBBF

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

Shades of Pink Flare #D1BBBF

Tints of Pink Flare #D1BBBF

Color information

#D1BBBF (or 0xD1BBBF) is unknown color: approx Pink Flare. HEX triplet: D1, BB and BF. RGB value is (209,187,191). Sum of RGB (Red+Green+Blue) = 209+187+191=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBBF is #2E4440. Grayscale: #C2C2C2. Windows color (decimal): -3032129 or 12565457. OLE color: 12565457.

HSL color Cylindrical-coordinate representation of color #D1BBBF: hue angle of 349.09º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BBBF is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB209187191-
CMYK00.110.090.18
HSL349.09º19.3%77.65%-
HSV(B)349.09º10.53%81.96%-
XYZ53.4752.8656.67-
YUV194.03126.29138.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.60%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 191 (75% from 255) = 32.54%
R=35.60%
G=31.86%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918719100.110.090.18349.0919.377.65
HexD1BBBF0B91215d134e
Octal321273277013112253523116
Binary11010001101110111011111101011100110010101011101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBBF; }

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

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

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

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

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

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

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

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