#D9BABD

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

Shades of Pink Flare #D9BABD

Tints of Pink Flare #D9BABD

Color information

#D9BABD (or 0xD9BABD) is unknown color: approx Pink Flare. HEX triplet: D9, BA and BD. RGB value is (217,186,189). Sum of RGB (Red+Green+Blue) = 217+186+189=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BABD is #264542. Grayscale: #C3C3C3. Windows color (decimal): -2508099 or 12434137. OLE color: 12434137.

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

Color convert

RGB217186189-
CMYK00.140.130.15
HSL354.19º28.97%79.02%-
HSV(B)354.19º14.29%85.1%-
XYZ55.3653.5455.56-
YUV195.61124.27143.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=36.66%
G=31.42%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718618900.140.130.15354.1928.9779.02
HexD9BABD0EDF1621d4f
Octal331272275016151754235117
Binary1101100110111010101111010111011011111101100010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BABD; }

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

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

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

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

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

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

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

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