#D3BABC

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

Shades of Pink Flare #D3BABC

Tints of Pink Flare #D3BABC

Color information

#D3BABC (or 0xD3BABC) is unknown color: approx Pink Flare. HEX triplet: D3, BA and BC. RGB value is (211,186,188). Sum of RGB (Red+Green+Blue) = 211+186+188=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BABC is #2C4543. Grayscale: #C1C1C1. Windows color (decimal): -2901316 or 12368595. OLE color: 12368595.

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

Color convert

RGB211186188-
CMYK00.120.110.17
HSL355.2º22.12%77.84%-
HSV(B)355.2º11.85%82.75%-
XYZ53.552.654.91-
YUV193.7124.78140.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=36.07%
G=31.79%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118618800.120.110.17355.222.1277.84
HexD3BABC0CB11163164e
Octal323272274014132154326116
Binary11010011101110101011110001100101110001101100011101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BABC; }

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

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

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

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

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

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

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

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