#D6BCBD

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

Shades of Pink Flare #D6BCBD

Tints of Pink Flare #D6BCBD

Color information

#D6BCBD (or 0xD6BCBD) is unknown color: approx Pink Flare. HEX triplet: D6, BC and BD. RGB value is (214,188,189). Sum of RGB (Red+Green+Blue) = 214+188+189=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCBD is #294342. Grayscale: #C3C3C3. Windows color (decimal): -2704195 or 12434646. OLE color: 12434646.

HSL color Cylindrical-coordinate representation of color #D6BCBD: hue angle of 357.69º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BCBD is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214188189-
CMYK00.120.120.16
HSL357.69º24.07%78.82%-
HSV(B)357.69º12.15%83.92%-
XYZ54.953.9455.66-
YUV195.89124.11140.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=36.21%
G=31.81%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418818900.120.120.16357.6924.0778.82
HexD6BCBD0CC10166184f
Octal326274275014142054630117
Binary11010110101111001011110101100110010000101100110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BCBD; }

 p { color: rgb(214,188,189); }

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

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

 a { background-color: rgb(214,188,189); }

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

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

 span { border-color: rgb(214,188,189); }

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