#DDBEC4

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

Shades of Melanie #DDBEC4

Tints of Melanie #DDBEC4

Color information

#DDBEC4 (or 0xDDBEC4) is unknown color: approx Melanie. HEX triplet: DD, BE and C4. RGB value is (221,190,196). Sum of RGB (Red+Green+Blue) = 221+190+196=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC4 is #22413B. Grayscale: #C7C7C7. Windows color (decimal): -2244924 or 12893917. OLE color: 12893917.

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

Color convert

RGB221190196-
CMYK00.140.110.13
HSL348.39º31.31%80.59%-
HSV(B)348.39º14.03%86.67%-
XYZ58.256.1860-
YUV199.95125.77143.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 196 (76.95% from 255) = 32.29%
R=36.41%
G=31.30%
B=32.29%

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
Decimal22119019600.140.110.13348.3931.3180.59
HexDDBEC40EBD15c1f51
Octal335276304016131553437121
Binary1101110110111110110001000111010111101101011100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEC4; }

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

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

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

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

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

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

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

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