#DCAFC1

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

Shades of Melanie #DCAFC1

Tints of Melanie #DCAFC1

Color information

#DCAFC1 (or 0xDCAFC1) is unknown color: approx Melanie. HEX triplet: DC, AF and C1. RGB value is (220,175,193). Sum of RGB (Red+Green+Blue) = 220+175+193=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFC1 is #23503E. Grayscale: #BEBEBE. Windows color (decimal): -2314303 or 12693468. OLE color: 12693468.

HSL color Cylindrical-coordinate representation of color #DCAFC1: hue angle of 336º 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 #DCAFC1 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB220175193-
CMYK00.200.120.14
HSL336º39.13%77.45%-
HSV(B)336º20.45%86.27%-
XYZ54.4749.7357.18-
YUV190.51129.41149.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 193 (75.78% from 255) = 32.82%
R=37.41%
G=29.76%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017519300.200.120.1433639.1377.45
HexDCAFC1014CE150274d
Octal334257301024141652047115
Binary110111001010111111000001010100110011101010100001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFC1; }

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

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

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

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

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

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

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

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