#D6B6BB

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

Shades of Pink Flare #D6B6BB

Tints of Pink Flare #D6B6BB

Color information

#D6B6BB (or 0xD6B6BB) is unknown color: approx Pink Flare. HEX triplet: D6, B6 and BB. RGB value is (214,182,187). Sum of RGB (Red+Green+Blue) = 214+182+187=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B6BB is #294944. Grayscale: #C0C0C0. Windows color (decimal): -2705733 or 12302038. OLE color: 12302038.

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

Color convert

RGB214182187-
CMYK00.150.130.16
HSL350.62º28.07%77.65%-
HSV(B)350.62º14.95%83.92%-
XYZ53.4351.3454.11-
YUV192.14125.1143.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 182 (71.48% from 255) = 31.22%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=36.71%
G=31.22%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418218700.150.130.16350.6228.0777.65
HexD6B6BB0FD1015f1c4e
Octal326266273017152053734116
Binary11010110101101101011101101111110110000101011111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B6BB; }

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

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

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

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

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

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

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

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