#DABEC5

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

Shades of Melanie #DABEC5

Tints of Melanie #DABEC5

Color information

#DABEC5 (or 0xDABEC5) is unknown color: approx Melanie. HEX triplet: DA, BE and C5. RGB value is (218,190,197). Sum of RGB (Red+Green+Blue) = 218+190+197=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEC5 is #25413A. Grayscale: #C7C7C7. Windows color (decimal): -2441531 or 12959450. OLE color: 12959450.

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

Color convert

RGB218190197-
CMYK00.130.100.15
HSL345º27.45%80%-
HSV(B)345º12.84%85.49%-
XYZ57.455.7660.56-
YUV199.17126.78141.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 197 (77.34% from 255) = 32.56%
R=36.03%
G=31.40%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819019700.130.100.1534527.4580
HexDABEC50DAF1591b50
Octal332276305015121753133120
Binary1101101010111110110001010110110101111101011001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEC5; }

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

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

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

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

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

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

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

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