#DDCACC

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

Shades of Melanie #DDCACC

Tints of Melanie #DDCACC

Color information

#DDCACC (or 0xDDCACC) is unknown color: approx Melanie. HEX triplet: DD, CA and CC. RGB value is (221,202,204). Sum of RGB (Red+Green+Blue) = 221+202+204=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCACC is #223533. Grayscale: #CFCFCF. Windows color (decimal): -2241844 or 13421277. OLE color: 13421277.

HSL color Cylindrical-coordinate representation of color #DDCACC: hue angle of 353.68º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCACC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221202204-
CMYK00.090.080.13
HSL353.68º21.84%82.94%-
HSV(B)353.68º8.6%86.67%-
XYZ61.8461.9765.83-
YUV207.91125.79137.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 204 (80.08% from 255) = 32.54%
R=35.25%
G=32.22%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120220400.090.080.13353.6821.8482.94
HexDDCACC098D1621653
Octal335312314011101554226123
Binary1101110111001010110011000100110001101101100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCACC; }

 p { color: rgb(221,202,204); }

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

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

 a { background-color: rgb(221,202,204); }

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

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

 span { border-color: rgb(221,202,204); }

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