#D6B9BD

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

Shades of Pink Flare #D6B9BD

Tints of Pink Flare #D6B9BD

Color information

#D6B9BD (or 0xD6B9BD) is unknown color: approx Pink Flare. HEX triplet: D6, B9 and BD. RGB value is (214,185,189). Sum of RGB (Red+Green+Blue) = 214+185+189=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B9BD is #294642. Grayscale: #C2C2C2. Windows color (decimal): -2704963 or 12433878. OLE color: 12433878.

HSL color Cylindrical-coordinate representation of color #D6B9BD: hue angle of 351.72º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6B9BD is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214185189-
CMYK00.140.120.16
HSL351.72º26.13%78.24%-
HSV(B)351.72º13.55%83.92%-
XYZ54.2752.6755.45-
YUV194.13125.11142.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 185 (72.66% from 255) = 31.46%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=36.39%
G=31.46%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418518900.140.120.16351.7226.1378.24
HexD6B9BD0EC101601a4e
Octal326271275016142054032116
Binary11010110101110011011110101110110010000101100000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B9BD; }

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

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

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

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

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

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

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

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