#DDBEC9

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

Shades of Melanie #DDBEC9

Tints of Melanie #DDBEC9

Color information

#DDBEC9 (or 0xDDBEC9) is unknown color: approx Melanie. HEX triplet: DD, BE and C9. RGB value is (221,190,201). Sum of RGB (Red+Green+Blue) = 221+190+201=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC9 is #224136. Grayscale: #C8C8C8. Windows color (decimal): -2244919 or 13221597. OLE color: 13221597.

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

Color convert

RGB221190201-
CMYK00.140.090.13
HSL338.71º31.31%80.59%-
HSV(B)338.71º14.03%86.67%-
XYZ58.7756.4263.05-
YUV200.52128.27142.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 201 (78.91% from 255) = 32.84%
R=36.11%
G=31.05%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119020100.140.090.13338.7131.3180.59
HexDDBEC90E9D1531f51
Octal335276311016111552337121
Binary1101110110111110110010010111010011101101010011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEC9; }

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

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

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

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

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

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

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

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