#DABFC4

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

Shades of Melanie #DABFC4

Tints of Melanie #DABFC4

Color information

#DABFC4 (or 0xDABFC4) is unknown color: approx Melanie. HEX triplet: DA, BF and C4. RGB value is (218,191,196). Sum of RGB (Red+Green+Blue) = 218+191+196=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFC4 is #25403B. Grayscale: #C7C7C7. Windows color (decimal): -2441276 or 12894170. OLE color: 12894170.

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

Color convert

RGB218191196-
CMYK00.120.100.15
HSL348.89º26.73%80.2%-
HSV(B)348.89º12.39%85.49%-
XYZ57.5156.1560.03-
YUV199.64125.95141.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 196 (76.95% from 255) = 32.40%
R=36.03%
G=31.57%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819119600.120.100.15348.8926.7380.2
HexDABFC40CAF15d1b50
Octal332277304014121753533120
Binary1101101010111111110001000110010101111101011101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFC4; }

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

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

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

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

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

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

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

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