#D6BBC2

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

Shades of Melanie #D6BBC2

Tints of Melanie #D6BBC2

Color information

#D6BBC2 (or 0xD6BBC2) is unknown color: approx Melanie. HEX triplet: D6, BB and C2. RGB value is (214,187,194). Sum of RGB (Red+Green+Blue) = 214+187+194=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBC2 is #29443D. Grayscale: #C3C3C3. Windows color (decimal): -2704446 or 12762070. OLE color: 12762070.

HSL color Cylindrical-coordinate representation of color #D6BBC2: hue angle of 344.44º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BBC2 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB214187194-
CMYK00.130.090.16
HSL344.44º24.77%78.63%-
HSV(B)344.44º12.62%83.92%-
XYZ55.2453.7358.5-
YUV195.87126.95140.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 194 (76.17% from 255) = 32.61%
R=35.97%
G=31.43%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418719400.130.090.16344.4424.7778.63
HexD6BBC20D910158194f
Octal326273302015112053031117
Binary11010110101110111100001001101100110000101011000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBC2; }

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

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

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

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

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

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

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

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