#DAC9CB

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

Shades of Melanie #DAC9CB

Tints of Melanie #DAC9CB

Color information

#DAC9CB (or 0xDAC9CB) is unknown color: approx Melanie. HEX triplet: DA, C9 and CB. RGB value is (218,201,203). Sum of RGB (Red+Green+Blue) = 218+201+203=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9CB is #253634. Grayscale: #CECECE. Windows color (decimal): -2438709 or 13355482. OLE color: 13355482.

HSL color Cylindrical-coordinate representation of color #DAC9CB: hue angle of 352.94º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAC9CB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218201203-
CMYK00.080.070.15
HSL352.94º18.68%82.16%-
HSV(B)352.94º7.8%85.49%-
XYZ60.5860.9965.08-
YUV206.31126.13136.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=35.05%
G=32.32%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820120300.080.070.15352.9418.6882.16
HexDAC9CB087F1611352
Octal33231131301071754123122
Binary110110101100100111001011010001111111101100001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9CB; }

 p { color: rgb(218,201,203); }

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

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

 a { background-color: rgb(218,201,203); }

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

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

 span { border-color: rgb(218,201,203); }

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