#D6B5BA

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

Shades of Pink Flare #D6B5BA

Tints of Pink Flare #D6B5BA

Color information

#D6B5BA (or 0xD6B5BA) is unknown color: approx Pink Flare. HEX triplet: D6, B5 and BA. RGB value is (214,181,186). Sum of RGB (Red+Green+Blue) = 214+181+186=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5BA is #294A45. Grayscale: #BFBFBF. Windows color (decimal): -2705990 or 12236246. OLE color: 12236246.

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

Color convert

RGB214181186-
CMYK00.150.130.16
HSL350.91º28.7%77.45%-
HSV(B)350.91º15.42%83.92%-
XYZ53.1250.8953.48-
YUV191.44124.93144.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 181 (71.09% from 255) = 31.15%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=36.83%
G=31.15%
B=32.01%

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
Decimal21418118600.150.130.16350.9128.777.45
HexD6B5BA0FD1015f1d4d
Octal326265272017152053735115
Binary11010110101101011011101001111110110000101011111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B5BA; }

 p { color: rgb(214,181,186); }

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

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

 a { background-color: rgb(214,181,186); }

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

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

 span { border-color: rgb(214,181,186); }

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