#D9B8BD

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

Shades of Pink Flare #D9B8BD

Tints of Pink Flare #D9B8BD

Color information

#D9B8BD (or 0xD9B8BD) is unknown color: approx Pink Flare. HEX triplet: D9, B8 and BD. RGB value is (217,184,189). Sum of RGB (Red+Green+Blue) = 217+184+189=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B8BD is #264742. Grayscale: #C2C2C2. Windows color (decimal): -2508611 or 12433625. OLE color: 12433625.

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

Color convert

RGB217184189-
CMYK00.150.130.15
HSL350.91º30.28%78.63%-
HSV(B)350.91º15.21%85.1%-
XYZ54.9452.7155.42-
YUV194.44124.93144.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.78%
GREEN value IS 184 (72.27% from 255) = 31.19%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=36.78%
G=31.19%
B=32.03%

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
Decimal21718418900.150.130.15350.9130.2878.63
HexD9B8BD0FDF15f1e4f
Octal331270275017151753736117
Binary1101100110111000101111010111111011111101011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B8BD; }

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

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

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

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

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

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

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

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