#DDBEC2

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

Shades of Melanie #DDBEC2

Tints of Melanie #DDBEC2

Color information

#DDBEC2 (or 0xDDBEC2) is unknown color: approx Melanie. HEX triplet: DD, BE and C2. RGB value is (221,190,194). Sum of RGB (Red+Green+Blue) = 221+190+194=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC2 is #22413D. Grayscale: #C7C7C7. Windows color (decimal): -2244926 or 12762845. OLE color: 12762845.

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

Color convert

RGB221190194-
CMYK00.140.120.13
HSL352.26º31.31%80.59%-
HSV(B)352.26º14.03%86.67%-
XYZ57.9756.0958.81-
YUV199.72124.77143.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 194 (76.17% from 255) = 32.07%
R=36.53%
G=31.40%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119019400.140.120.13352.2631.3180.59
HexDDBEC20ECD1601f51
Octal335276302016141554037121
Binary1101110110111110110000100111011001101101100000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEC2; }

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

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

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

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

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

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

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

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