#DABEC6

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

Shades of Melanie #DABEC6

Tints of Melanie #DABEC6

Color information

#DABEC6 (or 0xDABEC6) is unknown color: approx Melanie. HEX triplet: DA, BE and C6. RGB value is (218,190,198). Sum of RGB (Red+Green+Blue) = 218+190+198=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEC6 is #254139. Grayscale: #C7C7C7. Windows color (decimal): -2441530 or 13024986. OLE color: 13024986.

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

Color convert

RGB218190198-
CMYK00.130.090.15
HSL342.86º27.45%80%-
HSV(B)342.86º12.84%85.49%-
XYZ57.5255.8161.17-
YUV199.28127.28141.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=35.97%
G=31.35%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819019800.130.090.15342.8627.4580
HexDABEC60D9F1571b50
Octal332276306015111752733120
Binary1101101010111110110001100110110011111101010111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEC6; }

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

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

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

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

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

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

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

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