#DDBBC6

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

Shades of Melanie #DDBBC6

Tints of Melanie #DDBBC6

Color information

#DDBBC6 (or 0xDDBBC6) is unknown color: approx Melanie. HEX triplet: DD, BB and C6. RGB value is (221,187,198). Sum of RGB (Red+Green+Blue) = 221+187+198=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC6 is #224439. Grayscale: #C6C6C6. Windows color (decimal): -2245690 or 13024221. OLE color: 13024221.

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

Color convert

RGB221187198-
CMYK00.150.100.13
HSL340.59º33.33%80%-
HSV(B)340.59º15.38%86.67%-
XYZ57.7854.9960.99-
YUV198.42127.76144.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=36.47%
G=30.86%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118719800.150.100.13340.5933.3380
HexDDBBC60FAD1552150
Octal335273306017121552541120
Binary11011101101110111100011001111101011011010101011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBC6; }

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

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

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

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

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

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

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

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