#DDBEC6

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

Shades of Melanie #DDBEC6

Tints of Melanie #DDBEC6

Color information

#DDBEC6 (or 0xDDBEC6) is unknown color: approx Melanie. HEX triplet: DD, BE and C6. RGB value is (221,190,198). Sum of RGB (Red+Green+Blue) = 221+190+198=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC6 is #224139. Grayscale: #C8C8C8. Windows color (decimal): -2244922 or 13024989. OLE color: 13024989.

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

Color convert

RGB221190198-
CMYK00.140.100.13
HSL344.52º31.31%80.59%-
HSV(B)344.52º14.03%86.67%-
XYZ58.4356.2861.21-
YUV200.18126.77142.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 198 (77.73% from 255) = 32.51%
R=36.29%
G=31.20%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119019800.140.100.13344.5231.3180.59
HexDDBEC60EAD1591f51
Octal335276306016121553137121
Binary1101110110111110110001100111010101101101011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEC6; }

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

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

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

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

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

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

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

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