#DDAFBD

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

Shades of Melanie #DDAFBD

Tints of Melanie #DDAFBD

Color information

#DDAFBD (or 0xDDAFBD) is unknown color: approx Melanie. HEX triplet: DD, AF and BD. RGB value is (221,175,189). Sum of RGB (Red+Green+Blue) = 221+175+189=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFBD is #225042. Grayscale: #BEBEBE. Windows color (decimal): -2248771 or 12431325. OLE color: 12431325.

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

Color convert

RGB221175189-
CMYK00.210.140.13
HSL341.74º40.35%77.65%-
HSV(B)341.74º20.81%86.67%-
XYZ54.3349.7154.87-
YUV190.35127.24149.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=37.78%
G=29.91%
B=32.31%

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
Decimal22117518900.210.140.13341.7440.3577.65
HexDDAFBD015ED156284e
Octal335257275025161552650116
Binary110111011010111110111101010101111011011010101101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFBD; }

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

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

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

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

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

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

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

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