#DAADC2

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

Shades of Melanie #DAADC2

Tints of Melanie #DAADC2

Color information

#DAADC2 (or 0xDAADC2) is unknown color: approx Melanie. HEX triplet: DA, AD and C2. RGB value is (218,173,194). Sum of RGB (Red+Green+Blue) = 218+173+194=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC2 is #25523D. Grayscale: #BCBCBC. Windows color (decimal): -2445886 or 12758490. OLE color: 12758490.

HSL color Cylindrical-coordinate representation of color #DAADC2: hue angle of 332º 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 #DAADC2 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB218173194-
CMYK00.210.110.15
HSL332º37.82%76.67%-
HSV(B)332º20.64%85.49%-
XYZ53.5948.6957.61-
YUV188.85130.91148.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 194 (76.17% from 255) = 33.16%
R=37.26%
G=29.57%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817319400.210.110.1533237.8276.67
HexDAADC2015BF14c264d
Octal332255302025131751446115
Binary110110101010110111000010010101101111111010011001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADC2; }

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

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

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

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

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

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

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

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