#D0BEC4

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

Shades of Melanie #D0BEC4

Tints of Melanie #D0BEC4

Color information

#D0BEC4 (or 0xD0BEC4) is unknown color: approx Melanie. HEX triplet: D0, BE and C4. RGB value is (208,190,196). Sum of RGB (Red+Green+Blue) = 208+190+196=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEC4 is #2F413B. Grayscale: #C4C4C4. Windows color (decimal): -3096892 or 12893904. OLE color: 12893904.

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

Color convert

RGB208190196-
CMYK00.090.060.18
HSL340º16.07%78.04%-
HSV(B)340º8.65%81.57%-
XYZ54.3954.2259.82-
YUV196.07127.96136.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=35.02%
G=31.99%
B=33.00%

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
Decimal20819019600.090.060.1834016.0778.04
HexD0BEC409612154104e
Octal32027630401162252420116
Binary1101000010111110110001000100111010010101010100100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BEC4; }

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

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

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

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

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

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

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

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