#D6B7BB

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

Shades of Pink Flare #D6B7BB

Tints of Pink Flare #D6B7BB

Color information

#D6B7BB (or 0xD6B7BB) is unknown color: approx Pink Flare. HEX triplet: D6, B7 and BB. RGB value is (214,183,187). Sum of RGB (Red+Green+Blue) = 214+183+187=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7BB is #294844. Grayscale: #C0C0C0. Windows color (decimal): -2705477 or 12302294. OLE color: 12302294.

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

Color convert

RGB214183187-
CMYK00.140.130.16
HSL352.26º27.43%77.84%-
HSV(B)352.26º14.49%83.92%-
XYZ53.6351.7554.18-
YUV192.72124.77143.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.64%
GREEN value IS 183 (71.88% from 255) = 31.34%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=36.64%
G=31.34%
B=32.02%

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
Decimal21418318700.140.130.16352.2627.4377.84
HexD6B7BB0ED101601b4e
Octal326267273016152054033116
Binary11010110101101111011101101110110110000101100000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B7BB; }

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

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

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

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

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

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

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

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