#D9B8BC

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

Shades of Pink Flare #D9B8BC

Tints of Pink Flare #D9B8BC

Color information

#D9B8BC (or 0xD9B8BC) is unknown color: approx Pink Flare. HEX triplet: D9, B8 and BC. RGB value is (217,184,188). Sum of RGB (Red+Green+Blue) = 217+184+188=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B8BC is #264743. Grayscale: #C2C2C2. Windows color (decimal): -2508612 or 12368089. OLE color: 12368089.

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

Color convert

RGB217184188-
CMYK00.150.130.15
HSL352.73º30.28%78.63%-
HSV(B)352.73º15.21%85.1%-
XYZ54.8352.6654.85-
YUV194.32124.43144.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 184 (72.27% from 255) = 31.24%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=36.84%
G=31.24%
B=31.92%

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
Decimal21718418800.150.130.15352.7330.2878.63
HexD9B8BC0FDF1611e4f
Octal331270274017151754136117
Binary1101100110111000101111000111111011111101100001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B8BC; }

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

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

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

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

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

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

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

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