#DFC3CA

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

Shades of Melanie #DFC3CA

Tints of Melanie #DFC3CA

Color information

#DFC3CA (or 0xDFC3CA) is unknown color: approx Melanie. HEX triplet: DF, C3 and CA. RGB value is (223,195,202). Sum of RGB (Red+Green+Blue) = 223+195+202=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3CA is #203C35. Grayscale: #CCCCCC. Windows color (decimal): -2112566 or 13288415. OLE color: 13288415.

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

Color convert

RGB223195202-
CMYK00.130.090.13
HSL345º30.43%81.96%-
HSV(B)345º12.56%87.45%-
XYZ60.6158.9864.07-
YUV204.17126.78141.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 195 (76.56% from 255) = 31.45%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=35.97%
G=31.45%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319520200.130.090.1334530.4381.96
HexDFC3CA0D9D1591e52
Octal337303312015111553136122
Binary1101111111000011110010100110110011101101011001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3CA; }

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

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

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

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

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

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

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

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