#DAC5C8

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

Shades of Melanie #DAC5C8

Tints of Melanie #DAC5C8

Color information

#DAC5C8 (or 0xDAC5C8) is unknown color: approx Melanie. HEX triplet: DA, C5 and C8. RGB value is (218,197,200). Sum of RGB (Red+Green+Blue) = 218+197+200=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5C8 is #253A37. Grayscale: #CBCBCB. Windows color (decimal): -2439736 or 13157850. OLE color: 13157850.

HSL color Cylindrical-coordinate representation of color #DAC5C8: hue angle of 351.43º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC5C8 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB218197200-
CMYK00.100.080.15
HSL351.43º22.11%81.37%-
HSV(B)351.43º9.63%85.49%-
XYZ59.3159.0162.91-
YUV203.62125.96138.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 197 (77.34% from 255) = 32.03%
BLUE value IS 200 (78.52% from 255) = 32.52%
R=35.45%
G=32.03%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819720000.100.080.15351.4322.1181.37
HexDAC5C80A8F15f1651
Octal332305310012101753726121
Binary1101101011000101110010000101010001111101011111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5C8; }

 p { color: rgb(218,197,200); }

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

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

 a { background-color: rgb(218,197,200); }

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

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

 span { border-color: rgb(218,197,200); }

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