Html Css Color HEX #DAB9C0 Melanie

📋 copy color: '#DAB9C0'

red 218 ◦ green 185 ◦ blue 192

#DAB9C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #DAB9C0

Tints of Melanie #DAB9C0

RGB

 RED value IS 218 (85.55% from 255) = 36.64%

 GREEN value IS 185 (72.66% from 255) = 31.09%

 BLUE value IS 192 (75.39% from 255) = 32.27%

R = 36.64%
G = 31.09%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DAB9C0 (or 0xDAB9C0) is known color: Melanie. HEX triplet: DA, B9 and C0. RGB value is (218,185,192). Sum of RGB (Red+Green+Blue) = 218+185+192=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9C0 is #25463F. Grayscale: #C3C3C3. Windows color (decimal): -2442816 or 12630490. OLE color: 12630490.

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

Color convert

RGB 218 185 192 -
CMYK 0 0.15 0.12 0.15
HSL 347.27º 0.31% 0.79% -
HSV(B) 347.27º 0.15% 0.85% -
XYZ 55.78 53.41 57.24 -
YUV 195.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 218 185 192 0 0.15 0.12 0.15 347.27 0.31 0.79
Hex DA B9 C0 0 F C F 15B 1F 4F
Octal 332 271 300 0 17 14 17 533 37 117
Binary 11011010 10111001 11000000 0 1111 1100 1111 101011011 11111 1001111

Color Harmonies of #DAB9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9C0

Black with #DAB9C0

Text Example


Text Example

White with #DAB9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9C0; }

 p { color: rgb(218,185,192); }

 H1.HeaderClassName
 {
   color: #DAB9C0;
 }
 .AnyTagClassName
 {
   color: #DAB9C0;
 }
</style>

background-color css

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

 a { background-color: rgb(218,185,192); }

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

border-color css

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

 span { border-color: rgb(218,185,192); }

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