#D6B8BB

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

Shades of Pink Flare #D6B8BB

Tints of Pink Flare #D6B8BB

Color information

#D6B8BB (or 0xD6B8BB) is unknown color: approx Pink Flare. HEX triplet: D6, B8 and BB. RGB value is (214,184,187). Sum of RGB (Red+Green+Blue) = 214+184+187=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B8BB is #294744. Grayscale: #C1C1C1. Windows color (decimal): -2705221 or 12302550. OLE color: 12302550.

HSL color Cylindrical-coordinate representation of color #D6B8BB: hue angle of 354º degrees, saturation: 0.27, 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 #D6B8BB is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214184187-
CMYK00.140.130.16
HSL354º26.79%78.04%-
HSV(B)354º14.02%83.92%-
XYZ53.8452.1654.24-
YUV193.31124.44142.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 184 (72.27% from 255) = 31.45%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=36.58%
G=31.45%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418418700.140.130.1635426.7978.04
HexD6B8BB0ED101621b4e
Octal326270273016152054233116
Binary11010110101110001011101101110110110000101100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B8BB; }

 p { color: rgb(214,184,187); }

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

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

 a { background-color: rgb(214,184,187); }

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

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

 span { border-color: rgb(214,184,187); }

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