#D2BEC2

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

Shades of Melanie #D2BEC2

Tints of Melanie #D2BEC2

Color information

#D2BEC2 (or 0xD2BEC2) is unknown color: approx Melanie. HEX triplet: D2, BE and C2. RGB value is (210,190,194). Sum of RGB (Red+Green+Blue) = 210+190+194=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEC2 is #2D413D. Grayscale: #C4C4C4. Windows color (decimal): -2965822 or 12762834. OLE color: 12762834.

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

Color convert

RGB210190194-
CMYK00.100.080.18
HSL348º18.18%78.43%-
HSV(B)348º9.52%82.35%-
XYZ54.7354.4258.66-
YUV196.44126.63137.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.35%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 194 (76.17% from 255) = 32.66%
R=35.35%
G=31.99%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019019400.100.080.1834818.1878.43
HexD2BEC20A81215c124e
Octal322276302012102253422116
Binary11010010101111101100001001010100010010101011100100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BEC2; }

 p { color: rgb(210,190,194); }

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

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

 a { background-color: rgb(210,190,194); }

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

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

 span { border-color: rgb(210,190,194); }

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