#DDAFC3

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

Shades of Melanie #DDAFC3

Tints of Melanie #DDAFC3

Color information

#DDAFC3 (or 0xDDAFC3) is unknown color: approx Melanie. HEX triplet: DD, AF and C3. RGB value is (221,175,195). Sum of RGB (Red+Green+Blue) = 221+175+195=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFC3 is #22503C. Grayscale: #BFBFBF. Windows color (decimal): -2248765 or 12824541. OLE color: 12824541.

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

Color convert

RGB221175195-
CMYK00.210.120.13
HSL333.91º40.35%77.65%-
HSV(B)333.91º20.81%86.67%-
XYZ5549.9758.38-
YUV191.03130.24149.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 195 (76.56% from 255) = 32.99%
R=37.39%
G=29.61%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117519500.210.120.13333.9140.3577.65
HexDDAFC3015CD14e284e
Octal335257303025141551650116
Binary110111011010111111000011010101110011011010011101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFC3; }

 p { color: rgb(221,175,195); }

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

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

 a { background-color: rgb(221,175,195); }

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

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

 span { border-color: rgb(221,175,195); }

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