#D0BEC3

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

Shades of Melanie #D0BEC3

Tints of Melanie #D0BEC3

Color information

#D0BEC3 (or 0xD0BEC3) is unknown color: approx Melanie. HEX triplet: D0, BE and C3. RGB value is (208,190,195). Sum of RGB (Red+Green+Blue) = 208+190+195=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEC3 is #2F413C. Grayscale: #C3C3C3. Windows color (decimal): -3096893 or 12828368. OLE color: 12828368.

HSL color Cylindrical-coordinate representation of color #D0BEC3: hue angle of 343.33º 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 #D0BEC3 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB208190195-
CMYK00.090.060.18
HSL343.33º16.07%78.04%-
HSV(B)343.33º8.65%81.57%-
XYZ54.2854.1859.23-
YUV195.95127.46136.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.08%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 195 (76.56% from 255) = 32.88%
R=35.08%
G=32.04%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819019500.090.060.18343.3316.0778.04
HexD0BEC309612157104e
Octal32027630301162252720116
Binary1101000010111110110000110100111010010101010111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BEC3; }

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

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

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

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

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

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

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

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