#D3BCBD

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

Shades of Pink Flare #D3BCBD

Tints of Pink Flare #D3BCBD

Color information

#D3BCBD (or 0xD3BCBD) is unknown color: approx Pink Flare. HEX triplet: D3, BC and BD. RGB value is (211,188,189). Sum of RGB (Red+Green+Blue) = 211+188+189=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCBD is #2C4342. Grayscale: #C3C3C3. Windows color (decimal): -2900803 or 12434643. OLE color: 12434643.

HSL color Cylindrical-coordinate representation of color #D3BCBD: hue angle of 357.39º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BCBD is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB211188189-
CMYK00.110.100.17
HSL357.39º20.72%78.24%-
HSV(B)357.39º10.9%82.75%-
XYZ54.0353.4955.62-
YUV194.99124.62139.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.88%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=35.88%
G=31.97%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118818900.110.100.17357.3920.7278.24
HexD3BCBD0BA11165154e
Octal323274275013122154525116
Binary11010011101111001011110101011101010001101100101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BCBD; }

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

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

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

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

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

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

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

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