Html Css Color HEX #DABCC0 Melanie

📋 copy color: '#DABCC0'

red 218 ◦ green 188 ◦ blue 192

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

Shades of Melanie #DABCC0

Tints of Melanie #DABCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.44%

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

R = 36.45%
G = 31.44%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DABCC0 (or 0xDABCC0) is known color: Melanie. HEX triplet: DA, BC and C0. RGB value is (218,188,192). Sum of RGB (Red+Green+Blue) = 218+188+192=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCC0 is #25433F. Grayscale: #C5C5C5. Windows color (decimal): -2442048 or 12631258. OLE color: 12631258.

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

Color convert

RGB 218 188 192 -
CMYK 0 0.14 0.12 0.15
HSL 352º 0.29% 0.8% -
HSV(B) 352º 0.14% 0.85% -
XYZ 56.41 54.68 57.45 -
YUV 197.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 218 188 192 0 0.14 0.12 0.15 352 0.29 0.8
Hex DA BC C0 0 E C F 160 1D 50
Octal 332 274 300 0 16 14 17 540 35 120
Binary 11011010 10111100 11000000 0 1110 1100 1111 101100000 11101 1010000

Color Harmonies of #DABCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCC0

Black with #DABCC0

Text Example


Text Example

White with #DABCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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