#D3B0B2

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

Shades of Pink Flare #D3B0B2

Tints of Pink Flare #D3B0B2

Color information

#D3B0B2 (or 0xD3B0B2) is unknown color: approx Pink Flare. HEX triplet: D3, B0 and B2. RGB value is (211,176,178). Sum of RGB (Red+Green+Blue) = 211+176+178=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B0B2 is #2C4F4D. Grayscale: #BABABA. Windows color (decimal): -2903886 or 11710675. OLE color: 11710675.

HSL color Cylindrical-coordinate representation of color #D3B0B2: hue angle of 356.57º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3B0B2 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB211176178-
CMYK00.170.160.17
HSL356.57º28.46%75.88%-
HSV(B)356.57º16.59%82.75%-
XYZ50.4348.1148.75-
YUV186.69123.1145.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 178 (69.92% from 255) = 31.50%
R=37.35%
G=31.15%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117617800.170.160.17356.5728.4675.88
HexD3B0B201110111651c4c
Octal323260262021202154534114
Binary1101001110110000101100100100011000010001101100101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B0B2; }

 p { color: rgb(211,176,178); }

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

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

 a { background-color: rgb(211,176,178); }

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

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

 span { border-color: rgb(211,176,178); }

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