#DABBC4

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

Shades of Melanie #DABBC4

Tints of Melanie #DABBC4

Color information

#DABBC4 (or 0xDABBC4) is unknown color: approx Melanie. HEX triplet: DA, BB and C4. RGB value is (218,187,196). Sum of RGB (Red+Green+Blue) = 218+187+196=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBC4 is #25443B. Grayscale: #C5C5C5. Windows color (decimal): -2442300 or 12893146. OLE color: 12893146.

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

Color convert

RGB218187196-
CMYK00.140.100.15
HSL342.58º29.52%79.41%-
HSV(B)342.58º14.22%85.49%-
XYZ56.6554.4359.75-
YUV197.3127.27142.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 196 (76.95% from 255) = 32.61%
R=36.27%
G=31.11%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818719600.140.100.15342.5829.5279.41
HexDABBC40EAF1571e4f
Octal332273304016121752736117
Binary1101101010111011110001000111010101111101010111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBC4; }

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

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

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

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

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

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

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

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