#D7BBBF

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

Shades of Pink Flare #D7BBBF

Tints of Pink Flare #D7BBBF

Color information

#D7BBBF (or 0xD7BBBF) is unknown color: approx Pink Flare. HEX triplet: D7, BB and BF. RGB value is (215,187,191). Sum of RGB (Red+Green+Blue) = 215+187+191=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBBF is #284440. Grayscale: #C3C3C3. Windows color (decimal): -2638913 or 12565463. OLE color: 12565463.

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

Color convert

RGB215187191-
CMYK00.130.110.16
HSL351.43º25.93%78.82%-
HSV(B)351.43º13.02%84.31%-
XYZ55.253.7556.76-
YUV195.83125.28141.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.26%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 191 (75% from 255) = 32.21%
R=36.26%
G=31.53%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518719100.130.110.16351.4325.9378.82
HexD7BBBF0DB1015f1a4f
Octal327273277015132053732117
Binary11010111101110111011111101101101110000101011111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBBF; }

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

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

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

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

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

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

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

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