#D1BABE

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

Shades of Pink Flare #D1BABE

Tints of Pink Flare #D1BABE

Color information

#D1BABE (or 0xD1BABE) is unknown color: approx Pink Flare. HEX triplet: D1, BA and BE. RGB value is (209,186,190). Sum of RGB (Red+Green+Blue) = 209+186+190=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BABE is #2E4541. Grayscale: #C1C1C1. Windows color (decimal): -3032386 or 12499665. OLE color: 12499665.

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

Color convert

RGB209186190-
CMYK00.110.090.18
HSL349.57º20%77.45%-
HSV(B)349.57º11%81.96%-
XYZ53.1552.3956.03-
YUV193.33126.12139.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=35.73%
G=31.79%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918619000.110.090.18349.572077.45
HexD1BABE0B91215e144d
Octal321272276013112253624115
Binary11010001101110101011111001011100110010101011110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BABE; }

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

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

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

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

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

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

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

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