#D8B9BD

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

Shades of Pink Flare #D8B9BD

Tints of Pink Flare #D8B9BD

Color information

#D8B9BD (or 0xD8B9BD) is unknown color: approx Pink Flare. HEX triplet: D8, B9 and BD. RGB value is (216,185,189). Sum of RGB (Red+Green+Blue) = 216+185+189=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9BD is #274642. Grayscale: #C2C2C2. Windows color (decimal): -2573891 or 12433880. OLE color: 12433880.

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

Color convert

RGB216185189-
CMYK00.140.120.15
HSL352.26º28.44%78.63%-
HSV(B)352.26º14.35%84.71%-
XYZ54.8552.9755.48-
YUV194.72124.77143.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 185 (72.66% from 255) = 31.36%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=36.61%
G=31.36%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618518900.140.120.15352.2628.4478.63
HexD8B9BD0ECF1601c4f
Octal330271275016141754034117
Binary1101100010111001101111010111011001111101100000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B9BD; }

 p { color: rgb(216,185,189); }

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

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

 a { background-color: rgb(216,185,189); }

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

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

 span { border-color: rgb(216,185,189); }

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