#DABFC7

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

Shades of Melanie #DABFC7

Tints of Melanie #DABFC7

Color information

#DABFC7 (or 0xDABFC7) is unknown color: approx Melanie. HEX triplet: DA, BF and C7. RGB value is (218,191,199). Sum of RGB (Red+Green+Blue) = 218+191+199=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFC7 is #254038. Grayscale: #C7C7C7. Windows color (decimal): -2441273 or 13090778. OLE color: 13090778.

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

Color convert

RGB218191199-
CMYK00.120.090.15
HSL342.22º26.73%80.2%-
HSV(B)342.22º12.39%85.49%-
XYZ57.8556.2961.85-
YUV199.98127.45140.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 199 (78.12% from 255) = 32.73%
R=35.86%
G=31.41%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819119900.120.090.15342.2226.7380.2
HexDABFC70C9F1561b50
Octal332277307014111752633120
Binary1101101010111111110001110110010011111101010110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFC7; }

 p { color: rgb(218,191,199); }

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

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

 a { background-color: rgb(218,191,199); }

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

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

 span { border-color: rgb(218,191,199); }

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