#D1BABD

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

Shades of Pink Flare #D1BABD

Tints of Pink Flare #D1BABD

Color information

#D1BABD (or 0xD1BABD) is unknown color: approx Pink Flare. HEX triplet: D1, BA and BD. RGB value is (209,186,189). Sum of RGB (Red+Green+Blue) = 209+186+189=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BABD is #2E4542. Grayscale: #C1C1C1. Windows color (decimal): -3032387 or 12434129. OLE color: 12434129.

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

Color convert

RGB209186189-
CMYK00.110.100.18
HSL352.17º20%77.45%-
HSV(B)352.17º11%81.96%-
XYZ53.0452.3555.45-
YUV193.22125.62139.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.79%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=35.79%
G=31.85%
B=32.36%

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
Decimal20918618900.110.100.18352.172077.45
HexD1BABD0BA12160144d
Octal321272275013122254024115
Binary11010001101110101011110101011101010010101100000101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BABD; }

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

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

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

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

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

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

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

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