#DABCC3

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

Shades of Melanie #DABCC3

Tints of Melanie #DABCC3

Color information

#DABCC3 (or 0xDABCC3) is unknown color: approx Melanie. HEX triplet: DA, BC and C3. RGB value is (218,188,195). Sum of RGB (Red+Green+Blue) = 218+188+195=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCC3 is #25433C. Grayscale: #C5C5C5. Windows color (decimal): -2442045 or 12827866. OLE color: 12827866.

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

Color convert

RGB218188195-
CMYK00.140.110.15
HSL346º28.85%79.61%-
HSV(B)346º13.76%85.49%-
XYZ56.7554.8159.22-
YUV197.77126.44142.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 195 (76.56% from 255) = 32.45%
R=36.27%
G=31.28%
B=32.45%

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
Decimal21818819500.140.110.1534628.8579.61
HexDABCC30EBF15a1d50
Octal332274303016131753235120
Binary1101101010111100110000110111010111111101011010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCC3; }

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

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

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

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

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

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

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

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