Html Css Color HEX #DAB0C0 Melanie

📋 copy color: '#DAB0C0'

red 218 ◦ green 176 ◦ blue 192

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

Shades of Melanie #DAB0C0

Tints of Melanie #DAB0C0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.03%

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

R = 37.2%
G = 30.03%
B = 32.76%

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

#DAB0C0 (or 0xDAB0C0) is known color: Melanie. HEX triplet: DA, B0 and C0. RGB value is (218,176,192). Sum of RGB (Red+Green+Blue) = 218+176+192=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0C0 is #254F3F. Grayscale: #BEBEBE. Windows color (decimal): -2445120 or 12628186. OLE color: 12628186.

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

Color convert

RGB 218 176 192 -
CMYK 0 0.19 0.12 0.15
HSL 337.14º 0.36% 0.77% -
HSV(B) 337.14º 0.19% 0.85% -
XYZ 53.95 49.76 56.63 -
YUV 190.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 218 176 192 0 0.19 0.12 0.15 337.14 0.36 0.77
Hex DA B0 C0 0 13 C F 151 24 4D
Octal 332 260 300 0 23 14 17 521 44 115
Binary 11011010 10110000 11000000 0 10011 1100 1111 101010001 100100 1001101

Color Harmonies of #DAB0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0C0

Black with #DAB0C0

Text Example


Text Example

White with #DAB0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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