#D9B9BA

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

Shades of Pink Flare #D9B9BA

Tints of Pink Flare #D9B9BA

Color information

#D9B9BA (or 0xD9B9BA) is unknown color: approx Pink Flare. HEX triplet: D9, B9 and BA. RGB value is (217,185,186). Sum of RGB (Red+Green+Blue) = 217+185+186=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B9BA is #264645. Grayscale: #C2C2C2. Windows color (decimal): -2508358 or 12237273. OLE color: 12237273.

HSL color Cylindrical-coordinate representation of color #D9B9BA: hue angle of 358.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9B9BA is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217185186-
CMYK00.150.140.15
HSL358.12º29.63%78.82%-
HSV(B)358.12º14.75%85.1%-
XYZ54.8352.9953.79-
YUV194.68123.1143.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.90%
GREEN value IS 185 (72.66% from 255) = 31.46%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=36.90%
G=31.46%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718518600.150.140.15358.1229.6378.82
HexD9B9BA0FEF1661e4f
Octal331271272017161754636117
Binary1101100110111001101110100111111101111101100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B9BA; }

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

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

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

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

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

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

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

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