#DDBDC6

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

Shades of Melanie #DDBDC6

Tints of Melanie #DDBDC6

Color information

#DDBDC6 (or 0xDDBDC6) is unknown color: approx Melanie. HEX triplet: DD, BD and C6. RGB value is (221,189,198). Sum of RGB (Red+Green+Blue) = 221+189+198=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC6 is #224239. Grayscale: #C7C7C7. Windows color (decimal): -2245178 or 13024733. OLE color: 13024733.

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

Color convert

RGB221189198-
CMYK00.140.100.13
HSL343.12º32%80.39%-
HSV(B)343.12º14.48%86.67%-
XYZ58.2155.8461.14-
YUV199.59127.1143.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 198 (77.73% from 255) = 32.57%
R=36.35%
G=31.09%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118919800.140.100.13343.123280.39
HexDDBDC60EAD1572050
Octal335275306016121552740120
Binary11011101101111011100011001110101011011010101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDC6; }

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

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

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

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

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

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

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

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