#DAADC0

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

Shades of Melanie #DAADC0

Tints of Melanie #DAADC0

Color information

#DAADC0 (or 0xDAADC0) is unknown color: approx Melanie. HEX triplet: DA, AD and C0. RGB value is (218,173,192). Sum of RGB (Red+Green+Blue) = 218+173+192=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC0 is #25523F. Grayscale: #BCBCBC. Windows color (decimal): -2445888 or 12627418. OLE color: 12627418.

HSL color Cylindrical-coordinate representation of color #DAADC0: hue angle of 334.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADC0 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB218173192-
CMYK00.210.120.15
HSL334.67º37.82%76.67%-
HSV(B)334.67º20.64%85.49%-
XYZ53.3748.656.44-
YUV188.62129.91148.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 173 (67.97% from 255) = 29.67%
BLUE value IS 192 (75.39% from 255) = 32.93%
R=37.39%
G=29.67%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817319200.210.120.15334.6737.8276.67
HexDAADC0015CF14f264d
Octal332255300025141751746115
Binary110110101010110111000000010101110011111010011111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADC0; }

 p { color: rgb(218,173,192); }

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

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

 a { background-color: rgb(218,173,192); }

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

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

 span { border-color: rgb(218,173,192); }

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