#D1BBBE

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

Shades of Pink Flare #D1BBBE

Tints of Pink Flare #D1BBBE

Color information

#D1BBBE (or 0xD1BBBE) is unknown color: approx Pink Flare. HEX triplet: D1, BB and BE. RGB value is (209,187,190). Sum of RGB (Red+Green+Blue) = 209+187+190=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBBE is #2E4441. Grayscale: #C1C1C1. Windows color (decimal): -3032130 or 12499921. OLE color: 12499921.

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

Color convert

RGB209187190-
CMYK00.110.090.18
HSL351.82º19.3%77.65%-
HSV(B)351.82º10.53%81.96%-
XYZ53.3652.8156.1-
YUV193.92125.79138.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.67%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=35.67%
G=31.91%
B=32.42%

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
Decimal20918719000.110.090.18351.8219.377.65
HexD1BBBE0B912160134e
Octal321273276013112254023116
Binary11010001101110111011111001011100110010101100000100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBBE; }

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

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

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

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

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

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

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

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