#D9B9BC

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

Shades of Pink Flare #D9B9BC

Tints of Pink Flare #D9B9BC

Color information

#D9B9BC (or 0xD9B9BC) is unknown color: approx Pink Flare. HEX triplet: D9, B9 and BC. RGB value is (217,185,188). Sum of RGB (Red+Green+Blue) = 217+185+188=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B9BC is #264643. Grayscale: #C2C2C2. Windows color (decimal): -2508356 or 12368345. OLE color: 12368345.

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

Color convert

RGB217185188-
CMYK00.150.130.15
HSL354.38º29.63%78.82%-
HSV(B)354.38º14.75%85.1%-
XYZ55.0453.0854.92-
YUV194.91124.1143.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.78%
GREEN value IS 185 (72.66% from 255) = 31.36%
BLUE value IS 188 (73.83% from 255) = 31.86%
R=36.78%
G=31.36%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718518800.150.130.15354.3829.6378.82
HexD9B9BC0FDF1621e4f
Octal331271274017151754236117
Binary1101100110111001101111000111111011111101100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B9BC; }

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

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

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

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

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

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

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

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