#DDC6C8

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

Shades of Melanie #DDC6C8

Tints of Melanie #DDC6C8

Color information

#DDC6C8 (or 0xDDC6C8) is unknown color: approx Melanie. HEX triplet: DD, C6 and C8. RGB value is (221,198,200). Sum of RGB (Red+Green+Blue) = 221+198+200=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6C8 is #223937. Grayscale: #CDCDCD. Windows color (decimal): -2242872 or 13158109. OLE color: 13158109.

HSL color Cylindrical-coordinate representation of color #DDC6C8: hue angle of 354.78º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC6C8 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221198200-
CMYK00.100.100.13
HSL354.78º25.27%82.16%-
HSV(B)354.78º10.41%86.67%-
XYZ60.4459.9363.03-
YUV205.1125.12139.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 198 (77.73% from 255) = 31.99%
BLUE value IS 200 (78.52% from 255) = 32.31%
R=35.70%
G=31.99%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119820000.100.100.13354.7825.2782.16
HexDDC6C80AAD1631952
Octal335306310012121554331122
Binary1101110111000110110010000101010101101101100011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6C8; }

 p { color: rgb(221,198,200); }

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

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

 a { background-color: rgb(221,198,200); }

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

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

 span { border-color: rgb(221,198,200); }

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