#DDBDC5

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

Shades of Melanie #DDBDC5

Tints of Melanie #DDBDC5

Color information

#DDBDC5 (or 0xDDBDC5) is unknown color: approx Melanie. HEX triplet: DD, BD and C5. RGB value is (221,189,197). Sum of RGB (Red+Green+Blue) = 221+189+197=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC5 is #22423A. Grayscale: #C7C7C7. Windows color (decimal): -2245179 or 12959197. OLE color: 12959197.

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

Color convert

RGB221189197-
CMYK00.140.110.13
HSL345º32%80.39%-
HSV(B)345º14.48%86.67%-
XYZ58.0955.860.53-
YUV199.48126.6143.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 197 (77.34% from 255) = 32.45%
R=36.41%
G=31.14%
B=32.45%

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
Decimal22118919700.140.110.133453280.39
HexDDBDC50EBD1592050
Octal335275305016131553140120
Binary11011101101111011100010101110101111011010110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDC5; }

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

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

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

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

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

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

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

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