#DABDC7

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

Shades of Melanie #DABDC7

Tints of Melanie #DABDC7

Color information

#DABDC7 (or 0xDABDC7) is unknown color: approx Melanie. HEX triplet: DA, BD and C7. RGB value is (218,189,199). Sum of RGB (Red+Green+Blue) = 218+189+199=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDC7 is #254238. Grayscale: #C6C6C6. Windows color (decimal): -2441785 or 13090266. OLE color: 13090266.

HSL color Cylindrical-coordinate representation of color #DABDC7: hue angle of 339.31º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABDC7 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB218189199-
CMYK00.130.090.15
HSL339.31º28.16%79.8%-
HSV(B)339.31º13.3%85.49%-
XYZ57.4255.4261.7-
YUV198.81128.11141.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 199 (78.12% from 255) = 32.84%
R=35.97%
G=31.19%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818919900.130.090.15339.3128.1679.8
HexDABDC70D9F1531c50
Octal332275307015111752334120
Binary1101101010111101110001110110110011111101010011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDC7; }

 p { color: rgb(218,189,199); }

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

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

 a { background-color: rgb(218,189,199); }

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

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

 span { border-color: rgb(218,189,199); }

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