#DABBC6

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

Shades of Melanie #DABBC6

Tints of Melanie #DABBC6

Color information

#DABBC6 (or 0xDABBC6) is unknown color: approx Melanie. HEX triplet: DA, BB and C6. RGB value is (218,187,198). Sum of RGB (Red+Green+Blue) = 218+187+198=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBC6 is #254439. Grayscale: #C5C5C5. Windows color (decimal): -2442298 or 13024218. OLE color: 13024218.

HSL color Cylindrical-coordinate representation of color #DABBC6: hue angle of 338.71º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBC6 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB218187198-
CMYK00.140.090.15
HSL338.71º29.52%79.41%-
HSV(B)338.71º14.22%85.49%-
XYZ56.8854.5260.95-
YUV197.52128.27142.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 198 (77.73% from 255) = 32.84%
R=36.15%
G=31.01%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818719800.140.090.15338.7129.5279.41
HexDABBC60E9F1531e4f
Octal332273306016111752336117
Binary1101101010111011110001100111010011111101010011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBC6; }

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

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

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

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

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

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

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

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