#DCAFC0

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

Shades of Melanie #DCAFC0

Tints of Melanie #DCAFC0

Color information

#DCAFC0 (or 0xDCAFC0) is unknown color: approx Melanie. HEX triplet: DC, AF and C0. RGB value is (220,175,192). Sum of RGB (Red+Green+Blue) = 220+175+192=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFC0 is #23503F. Grayscale: #BEBEBE. Windows color (decimal): -2314304 or 12627932. OLE color: 12627932.

HSL color Cylindrical-coordinate representation of color #DCAFC0: hue angle of 337.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCAFC0 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB220175192-
CMYK00.200.130.14
HSL337.33º39.13%77.45%-
HSV(B)337.33º20.45%86.27%-
XYZ54.3649.6856.59-
YUV190.39128.91149.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=37.48%
G=29.81%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017519200.200.130.14337.3339.1377.45
HexDCAFC0014DE151274d
Octal334257300024151652147115
Binary110111001010111111000000010100110111101010100011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFC0; }

 p { color: rgb(220,175,192); }

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

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

 a { background-color: rgb(220,175,192); }

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

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

 span { border-color: rgb(220,175,192); }

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