#DDAFBC

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

Shades of Melanie #DDAFBC

Tints of Melanie #DDAFBC

Color information

#DDAFBC (or 0xDDAFBC) is unknown color: approx Melanie. HEX triplet: DD, AF and BC. RGB value is (221,175,188). Sum of RGB (Red+Green+Blue) = 221+175+188=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFBC is #225043. Grayscale: #BEBEBE. Windows color (decimal): -2248772 or 12365789. OLE color: 12365789.

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

Color convert

RGB221175188-
CMYK00.210.150.13
HSL343.04º40.35%77.65%-
HSV(B)343.04º20.81%86.67%-
XYZ54.2349.6654.3-
YUV190.24126.74149.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=37.84%
G=29.97%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117518800.210.150.13343.0440.3577.65
HexDDAFBC015FD157284e
Octal335257274025171552750116
Binary110111011010111110111100010101111111011010101111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFBC; }

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

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

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

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

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

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

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

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