#D8B6BB

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

Shades of Pink Flare #D8B6BB

Tints of Pink Flare #D8B6BB

Color information

#D8B6BB (or 0xD8B6BB) is unknown color: approx Pink Flare. HEX triplet: D8, B6 and BB. RGB value is (216,182,187). Sum of RGB (Red+Green+Blue) = 216+182+187=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B6BB is #274944. Grayscale: #C0C0C0. Windows color (decimal): -2574661 or 12302040. OLE color: 12302040.

HSL color Cylindrical-coordinate representation of color #D8B6BB: hue angle of 351.18º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8B6BB is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB216182187-
CMYK00.160.130.15
HSL351.18º30.36%78.04%-
HSV(B)351.18º15.74%84.71%-
XYZ54.0251.6454.13-
YUV192.74124.76144.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 182 (71.48% from 255) = 31.11%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=36.92%
G=31.11%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618218700.160.130.15351.1830.3678.04
HexD8B6BB010DF15f1e4e
Octal330266273020151753736116
Binary11011000101101101011101101000011011111101011111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B6BB; }

 p { color: rgb(216,182,187); }

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

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

 a { background-color: rgb(216,182,187); }

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

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

 span { border-color: rgb(216,182,187); }

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