#DABBC3

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

Shades of Melanie #DABBC3

Tints of Melanie #DABBC3

Color information

#DABBC3 (or 0xDABBC3) is unknown color: approx Melanie. HEX triplet: DA, BB and C3. RGB value is (218,187,195). Sum of RGB (Red+Green+Blue) = 218+187+195=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 195 (76.56% from 255 or 32.5% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBC3 is #25443C. Grayscale: #C5C5C5. Windows color (decimal): -2442301 or 12827610. OLE color: 12827610.

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

Color convert

RGB218187195-
CMYK00.140.110.15
HSL344.52º29.52%79.41%-
HSV(B)344.52º14.22%85.49%-
XYZ56.5354.3959.15-
YUV197.18126.77142.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 195 (76.56% from 255) = 32.5%
R=36.33%
G=31.17%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818719500.140.110.15344.5229.5279.41
HexDABBC30EBF1591e4f
Octal332273303016131753136117
Binary1101101010111011110000110111010111111101011001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBC3; }

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

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

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

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

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

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

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

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