#DDBDC7

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

Shades of Melanie #DDBDC7

Tints of Melanie #DDBDC7

Color information

#DDBDC7 (or 0xDDBDC7) is unknown color: approx Melanie. HEX triplet: DD, BD and C7. RGB value is (221,189,199). Sum of RGB (Red+Green+Blue) = 221+189+199=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC7 is #224238. Grayscale: #C7C7C7. Windows color (decimal): -2245177 or 13090269. OLE color: 13090269.

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

Color convert

RGB221189199-
CMYK00.140.100.13
HSL341.25º32%80.39%-
HSV(B)341.25º14.48%86.67%-
XYZ58.3355.8961.75-
YUV199.71127.6143.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 199 (78.12% from 255) = 32.68%
R=36.29%
G=31.03%
B=32.68%

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
Decimal22118919900.140.100.13341.253280.39
HexDDBDC70EAD1552050
Octal335275307016121552540120
Binary11011101101111011100011101110101011011010101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDC7; }

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

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

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

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

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

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

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

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