#D9BDBE

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

Shades of Pink Flare #D9BDBE

Tints of Pink Flare #D9BDBE

Color information

#D9BDBE (or 0xD9BDBE) is unknown color: approx Pink Flare. HEX triplet: D9, BD and BE. RGB value is (217,189,190). Sum of RGB (Red+Green+Blue) = 217+189+190=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDBE is #264241. Grayscale: #C5C5C5. Windows color (decimal): -2507330 or 12500441. OLE color: 12500441.

HSL color Cylindrical-coordinate representation of color #D9BDBE: hue angle of 357.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BDBE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217189190-
CMYK00.130.120.15
HSL357.86º26.92%79.61%-
HSV(B)357.86º12.9%85.1%-
XYZ56.1154.8656.35-
YUV197.49123.78141.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=36.41%
G=31.71%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718919000.130.120.15357.8626.9279.61
HexD9BDBE0DCF1661b50
Octal331275276015141754633120
Binary1101100110111101101111100110111001111101100110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDBE; }

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

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

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

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

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

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

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

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