#DDBBC8

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

Shades of Melanie #DDBBC8

Tints of Melanie #DDBBC8

Color information

#DDBBC8 (or 0xDDBBC8) is unknown color: approx Melanie. HEX triplet: DD, BB and C8. RGB value is (221,187,200). Sum of RGB (Red+Green+Blue) = 221+187+200=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC8 is #224437. Grayscale: #C6C6C6. Windows color (decimal): -2245688 or 13155293. OLE color: 13155293.

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

Color convert

RGB221187200-
CMYK00.150.100.13
HSL337.06º33.33%80%-
HSV(B)337.06º15.38%86.67%-
XYZ58.0155.0862.22-
YUV198.65128.76143.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 200 (78.52% from 255) = 32.89%
R=36.35%
G=30.76%
B=32.89%

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
Decimal22118720000.150.100.13337.0633.3380
HexDDBBC80FAD1512150
Octal335273310017121552141120
Binary11011101101110111100100001111101011011010100011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBC8; }

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

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

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

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

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

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

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

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