#DFC5CA

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

Shades of Melanie #DFC5CA

Tints of Melanie #DFC5CA

Color information

#DFC5CA (or 0xDFC5CA) is unknown color: approx Melanie. HEX triplet: DF, C5 and CA. RGB value is (223,197,202). Sum of RGB (Red+Green+Blue) = 223+197+202=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5CA is #203A35. Grayscale: #CDCDCD. Windows color (decimal): -2112054 or 13288927. OLE color: 13288927.

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

Color convert

RGB223197202-
CMYK00.120.090.13
HSL348.46º28.89%82.35%-
HSV(B)348.46º11.66%87.45%-
XYZ61.0659.8864.22-
YUV205.34126.11140.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 197 (77.34% from 255) = 31.67%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=35.85%
G=31.67%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319720200.120.090.13348.4628.8982.35
HexDFC5CA0C9D15c1d52
Octal337305312014111553435122
Binary1101111111000101110010100110010011101101011100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5CA; }

 p { color: rgb(223,197,202); }

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

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

 a { background-color: rgb(223,197,202); }

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

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

 span { border-color: rgb(223,197,202); }

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