#D0BEC2

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

Shades of Melanie #D0BEC2

Tints of Melanie #D0BEC2

Color information

#D0BEC2 (or 0xD0BEC2) is unknown color: approx Melanie. HEX triplet: D0, BE and C2. RGB value is (208,190,194). Sum of RGB (Red+Green+Blue) = 208+190+194=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEC2 is #2F413D. Grayscale: #C3C3C3. Windows color (decimal): -3096894 or 12762832. OLE color: 12762832.

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

Color convert

RGB208190194-
CMYK00.090.070.18
HSL346.67º16.07%78.04%-
HSV(B)346.67º8.65%81.57%-
XYZ54.1654.1358.63-
YUV195.84126.96136.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.14%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 194 (76.17% from 255) = 32.77%
R=35.14%
G=32.09%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819019400.090.070.18346.6716.0778.04
HexD0BEC20971215b104e
Octal32027630201172253320116
Binary1101000010111110110000100100111110010101011011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BEC2; }

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

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

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

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

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

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

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

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