#DDBDC1

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

Shades of Melanie #DDBDC1

Tints of Melanie #DDBDC1

Color information

#DDBDC1 (or 0xDDBDC1) is unknown color: approx Melanie. HEX triplet: DD, BD and C1. RGB value is (221,189,193). Sum of RGB (Red+Green+Blue) = 221+189+193=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC1 is #22423E. Grayscale: #C7C7C7. Windows color (decimal): -2245183 or 12697053. OLE color: 12697053.

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

Color convert

RGB221189193-
CMYK00.140.130.13
HSL352.5º32%80.39%-
HSV(B)352.5º14.48%86.67%-
XYZ57.6455.6258.15-
YUV199.02124.6143.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 193 (75.78% from 255) = 32.01%
R=36.65%
G=31.34%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118919300.140.130.13352.53280.39
HexDDBDC10EDD1602050
Octal335275301016151554040120
Binary11011101101111011100000101110110111011011000001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDC1; }

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

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

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

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

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

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

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

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