#DDBEC5

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

Shades of Melanie #DDBEC5

Tints of Melanie #DDBEC5

Color information

#DDBEC5 (or 0xDDBEC5) is unknown color: approx Melanie. HEX triplet: DD, BE and C5. RGB value is (221,190,197). Sum of RGB (Red+Green+Blue) = 221+190+197=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC5 is #22413A. Grayscale: #C8C8C8. Windows color (decimal): -2244923 or 12959453. OLE color: 12959453.

HSL color Cylindrical-coordinate representation of color #DDBEC5: hue angle of 346.45º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBEC5 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221190197-
CMYK00.140.110.13
HSL346.45º31.31%80.59%-
HSV(B)346.45º14.03%86.67%-
XYZ58.3156.2360.6-
YUV200.07126.27142.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 197 (77.34% from 255) = 32.40%
R=36.35%
G=31.25%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119019700.140.110.13346.4531.3180.59
HexDDBEC50EBD15a1f51
Octal335276305016131553237121
Binary1101110110111110110001010111010111101101011010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEC5; }

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

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

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

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

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

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

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

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