#D7BABC

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

Shades of Pink Flare #D7BABC

Tints of Pink Flare #D7BABC

Color information

#D7BABC (or 0xD7BABC) is unknown color: approx Pink Flare. HEX triplet: D7, BA and BC. RGB value is (215,186,188). Sum of RGB (Red+Green+Blue) = 215+186+188=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BABC is #284543. Grayscale: #C2C2C2. Windows color (decimal): -2639172 or 12368599. OLE color: 12368599.

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

Color convert

RGB215186188-
CMYK00.130.130.16
HSL355.86º26.61%78.63%-
HSV(B)355.86º13.49%84.31%-
XYZ54.6653.254.96-
YUV194.9124.11142.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=36.50%
G=31.58%
B=31.92%

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
Decimal21518618800.130.130.16355.8626.6178.63
HexD7BABC0DD101641b4f
Octal327272274015152054433117
Binary11010111101110101011110001101110110000101100100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BABC; }

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

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

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

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

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

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

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

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