#DDBDC3

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

Shades of Melanie #DDBDC3

Tints of Melanie #DDBDC3

Color information

#DDBDC3 (or 0xDDBDC3) is unknown color: approx Melanie. HEX triplet: DD, BD and C3. RGB value is (221,189,195). Sum of RGB (Red+Green+Blue) = 221+189+195=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC3 is #22423C. Grayscale: #C7C7C7. Windows color (decimal): -2245181 or 12828125. OLE color: 12828125.

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

Color convert

RGB221189195-
CMYK00.140.120.13
HSL348.75º32%80.39%-
HSV(B)348.75º14.48%86.67%-
XYZ57.8755.7159.33-
YUV199.25125.6143.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 195 (76.56% from 255) = 32.23%
R=36.53%
G=31.24%
B=32.23%

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
Decimal22118919500.140.120.13348.753280.39
HexDDBDC30ECD15d2050
Octal335275303016141553540120
Binary11011101101111011100001101110110011011010111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDC3; }

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

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

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

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

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

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

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

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