#D1BABC

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

Shades of Pink Flare #D1BABC

Tints of Pink Flare #D1BABC

Color information

#D1BABC (or 0xD1BABC) is unknown color: approx Pink Flare. HEX triplet: D1, BA and BC. RGB value is (209,186,188). Sum of RGB (Red+Green+Blue) = 209+186+188=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BABC is #2E4543. Grayscale: #C1C1C1. Windows color (decimal): -3032388 or 12368593. OLE color: 12368593.

HSL color Cylindrical-coordinate representation of color #D1BABC: hue angle of 354.78º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BABC is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB209186188-
CMYK00.110.100.18
HSL354.78º20%77.45%-
HSV(B)354.78º11%81.96%-
XYZ52.9352.354.88-
YUV193.1125.12139.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.85%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=35.85%
G=31.90%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918618800.110.100.18354.782077.45
HexD1BABC0BA12163144d
Octal321272274013122254324115
Binary11010001101110101011110001011101010010101100011101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BABC; }

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

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

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

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

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

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

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

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