#D9BABB

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

Shades of Pink Flare #D9BABB

Tints of Pink Flare #D9BABB

Color information

#D9BABB (or 0xD9BABB) is unknown color: approx Pink Flare. HEX triplet: D9, BA and BB. RGB value is (217,186,187). Sum of RGB (Red+Green+Blue) = 217+186+187=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BABB is #264544. Grayscale: #C3C3C3. Windows color (decimal): -2508101 or 12303065. OLE color: 12303065.

HSL color Cylindrical-coordinate representation of color #D9BABB: hue angle of 358.06º degrees, saturation: 0.29, 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 #D9BABB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217186187-
CMYK00.140.140.15
HSL358.06º28.97%79.02%-
HSV(B)358.06º14.29%85.1%-
XYZ55.1453.4654.43-
YUV195.38123.27143.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.78%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=36.78%
G=31.53%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718618700.140.140.15358.0628.9779.02
HexD9BABB0EEF1661d4f
Octal331272273016161754635117
Binary1101100110111010101110110111011101111101100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BABB; }

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

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

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

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

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

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

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

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