#D7BABB

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

Shades of Pink Flare #D7BABB

Tints of Pink Flare #D7BABB

Color information

#D7BABB (or 0xD7BABB) is unknown color: approx Pink Flare. HEX triplet: D7, BA and BB. RGB value is (215,186,187). Sum of RGB (Red+Green+Blue) = 215+186+187=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BABB is #284544. Grayscale: #C2C2C2. Windows color (decimal): -2639173 or 12303063. OLE color: 12303063.

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

Color convert

RGB215186187-
CMYK00.130.130.16
HSL357.93º26.61%78.63%-
HSV(B)357.93º13.49%84.31%-
XYZ54.5553.1554.4-
YUV194.78123.61142.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=36.56%
G=31.63%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518618700.130.130.16357.9326.6178.63
HexD7BABB0DD101661b4f
Octal327272273015152054633117
Binary11010111101110101011101101101110110000101100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BABB; }

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

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

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

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

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

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

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

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