#DFC4CA

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

Shades of Melanie #DFC4CA

Tints of Melanie #DFC4CA

Color information

#DFC4CA (or 0xDFC4CA) is unknown color: approx Melanie. HEX triplet: DF, C4 and CA. RGB value is (223,196,202). Sum of RGB (Red+Green+Blue) = 223+196+202=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4CA is #203B35. Grayscale: #CCCCCC. Windows color (decimal): -2112310 or 13288671. OLE color: 13288671.

HSL color Cylindrical-coordinate representation of color #DFC4CA: hue angle of 346.67º degrees, saturation: 0.3, 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 #DFC4CA is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223196202-
CMYK00.120.090.13
HSL346.67º29.67%82.16%-
HSV(B)346.67º12.11%87.45%-
XYZ60.8359.4364.14-
YUV204.76126.45141.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 196 (76.95% from 255) = 31.56%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=35.91%
G=31.56%
B=32.53%

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
Decimal22319620200.120.090.13346.6729.6782.16
HexDFC4CA0C9D15b1e52
Octal337304312014111553336122
Binary1101111111000100110010100110010011101101011011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4CA; }

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

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

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

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

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

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

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

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