#DDBEC3

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

Shades of Melanie #DDBEC3

Tints of Melanie #DDBEC3

Color information

#DDBEC3 (or 0xDDBEC3) is unknown color: approx Melanie. HEX triplet: DD, BE and C3. RGB value is (221,190,195). Sum of RGB (Red+Green+Blue) = 221+190+195=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC3 is #22413C. Grayscale: #C7C7C7. Windows color (decimal): -2244925 or 12828381. OLE color: 12828381.

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

Color convert

RGB221190195-
CMYK00.140.120.13
HSL350.32º31.31%80.59%-
HSV(B)350.32º14.03%86.67%-
XYZ58.0856.1459.4-
YUV199.84125.27143.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 195 (76.56% from 255) = 32.18%
R=36.47%
G=31.35%
B=32.18%

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
Decimal22119019500.140.120.13350.3231.3180.59
HexDDBEC30ECD15e1f51
Octal335276303016141553637121
Binary1101110110111110110000110111011001101101011110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEC3; }

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

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

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

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

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

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

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

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