#DDAFBE

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

Shades of Melanie #DDAFBE

Tints of Melanie #DDAFBE

Color information

#DDAFBE (or 0xDDAFBE) is unknown color: approx Melanie. HEX triplet: DD, AF and BE. RGB value is (221,175,190). Sum of RGB (Red+Green+Blue) = 221+175+190=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFBE is #225041. Grayscale: #BEBEBE. Windows color (decimal): -2248770 or 12496861. OLE color: 12496861.

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

Color convert

RGB221175190-
CMYK00.210.140.13
HSL340.43º40.35%77.65%-
HSV(B)340.43º20.81%86.67%-
XYZ54.4449.7555.45-
YUV190.46127.74149.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=37.71%
G=29.86%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117519000.210.140.13340.4340.3577.65
HexDDAFBE015ED154284e
Octal335257276025161552450116
Binary110111011010111110111110010101111011011010101001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFBE; }

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

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

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

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

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

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

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

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