#D3BBBE

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

Shades of Pink Flare #D3BBBE

Tints of Pink Flare #D3BBBE

Color information

#D3BBBE (or 0xD3BBBE) is unknown color: approx Pink Flare. HEX triplet: D3, BB and BE. RGB value is (211,187,190). Sum of RGB (Red+Green+Blue) = 211+187+190=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBBE is #2C4441. Grayscale: #C2C2C2. Windows color (decimal): -2901058 or 12499923. OLE color: 12499923.

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

Color convert

RGB211187190-
CMYK00.110.100.17
HSL352.5º21.43%78.04%-
HSV(B)352.5º11.37%82.75%-
XYZ53.9353.1156.12-
YUV194.52125.45139.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.88%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=35.88%
G=31.80%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118719000.110.100.17352.521.4378.04
HexD3BBBE0BA11160154e
Octal323273276013122154025116
Binary11010011101110111011111001011101010001101100000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BBBE; }

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

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

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

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

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

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

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

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