#DDBBC3

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

Shades of Melanie #DDBBC3

Tints of Melanie #DDBBC3

Color information

#DDBBC3 (or 0xDDBBC3) is unknown color: approx Melanie. HEX triplet: DD, BB and C3. RGB value is (221,187,195). Sum of RGB (Red+Green+Blue) = 221+187+195=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC3 is #22443C. Grayscale: #C6C6C6. Windows color (decimal): -2245693 or 12827613. OLE color: 12827613.

HSL color Cylindrical-coordinate representation of color #DDBBC3: hue angle of 345.88º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBC3 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB221187195-
CMYK00.150.120.13
HSL345.88º33.33%80%-
HSV(B)345.88º15.38%86.67%-
XYZ57.4454.8559.19-
YUV198.08126.26144.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 195 (76.56% from 255) = 32.34%
R=36.65%
G=31.01%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118719500.150.120.13345.8833.3380
HexDDBBC30FCD15a2150
Octal335273303017141553241120
Binary11011101101110111100001101111110011011010110101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBC3; }

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

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

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

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

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

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

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

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