#DDBDC2

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

Shades of Melanie #DDBDC2

Tints of Melanie #DDBDC2

Color information

#DDBDC2 (or 0xDDBDC2) is unknown color: approx Melanie. HEX triplet: DD, BD and C2. RGB value is (221,189,194). Sum of RGB (Red+Green+Blue) = 221+189+194=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC2 is #22423D. Grayscale: #C7C7C7. Windows color (decimal): -2245182 or 12762589. OLE color: 12762589.

HSL color Cylindrical-coordinate representation of color #DDBDC2: hue angle of 350.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDC2 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB221189194-
CMYK00.140.120.13
HSL350.62º32%80.39%-
HSV(B)350.62º14.48%86.67%-
XYZ57.7555.6658.74-
YUV199.14125.1143.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 194 (76.17% from 255) = 32.12%
R=36.59%
G=31.29%
B=32.12%

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
Decimal22118919400.140.120.13350.623280.39
HexDDBDC20ECD15f2050
Octal335275302016141553740120
Binary11011101101111011100001001110110011011010111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDC2; }

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

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

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

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

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

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

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

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