#D3BBBF

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

Shades of Pink Flare #D3BBBF

Tints of Pink Flare #D3BBBF

Color information

#D3BBBF (or 0xD3BBBF) is unknown color: approx Pink Flare. HEX triplet: D3, BB and BF. RGB value is (211,187,191). Sum of RGB (Red+Green+Blue) = 211+187+191=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBBF is #2C4440. Grayscale: #C2C2C2. Windows color (decimal): -2901057 or 12565459. OLE color: 12565459.

HSL color Cylindrical-coordinate representation of color #D3BBBF: hue angle of 350º 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 #D3BBBF is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB211187191-
CMYK00.110.090.17
HSL350º21.43%78.04%-
HSV(B)350º11.37%82.75%-
XYZ54.0453.1556.7-
YUV194.63125.95139.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.82%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 191 (75% from 255) = 32.43%
R=35.82%
G=31.75%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118719100.110.090.1735021.4378.04
HexD3BBBF0B91115e154e
Octal323273277013112153625116
Binary11010011101110111011111101011100110001101011110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BBBF; }

 p { color: rgb(211,187,191); }

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

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

 a { background-color: rgb(211,187,191); }

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

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

 span { border-color: rgb(211,187,191); }

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