Html Css Color HEX #DAB1C0 Melanie

📋 copy color: '#DAB1C0'

red 218 ◦ green 177 ◦ blue 192

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

Shades of Melanie #DAB1C0

Tints of Melanie #DAB1C0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.15%

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

R = 37.14%
G = 30.15%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DAB1C0 (or 0xDAB1C0) is known color: Melanie. HEX triplet: DA, B1 and C0. RGB value is (218,177,192). Sum of RGB (Red+Green+Blue) = 218+177+192=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1C0 is #254E3F. Grayscale: #BEBEBE. Windows color (decimal): -2444864 or 12628442. OLE color: 12628442.

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

Color convert

RGB 218 177 192 -
CMYK 0 0.19 0.12 0.15
HSL 338.05º 0.36% 0.77% -
HSV(B) 338.05º 0.19% 0.85% -
XYZ 54.15 50.16 56.7 -
YUV 190.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 218 177 192 0 0.19 0.12 0.15 338.05 0.36 0.77
Hex DA B1 C0 0 13 C F 152 24 4D
Octal 332 261 300 0 23 14 17 522 44 115
Binary 11011010 10110001 11000000 0 10011 1100 1111 101010010 100100 1001101

Color Harmonies of #DAB1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1C0

Black with #DAB1C0

Text Example


Text Example

White with #DAB1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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