#D3BBC2

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

Shades of Melanie #D3BBC2

Tints of Melanie #D3BBC2

Color information

#D3BBC2 (or 0xD3BBC2) is unknown color: approx Melanie. HEX triplet: D3, BB and C2. RGB value is (211,187,194). Sum of RGB (Red+Green+Blue) = 211+187+194=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBC2 is #2C443D. Grayscale: #C2C2C2. Windows color (decimal): -2901054 or 12762067. OLE color: 12762067.

HSL color Cylindrical-coordinate representation of color #D3BBC2: hue angle of 342.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 #D3BBC2 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB211187194-
CMYK00.110.080.17
HSL342.5º21.43%78.04%-
HSV(B)342.5º11.37%82.75%-
XYZ54.3753.2858.46-
YUV194.97127.45139.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.64%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 194 (76.17% from 255) = 32.77%
R=35.64%
G=31.59%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118719400.110.080.17342.521.4378.04
HexD3BBC20B811156154e
Octal323273302013102152625116
Binary11010011101110111100001001011100010001101010110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BBC2; }

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

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

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

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

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

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

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

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