Html Css Color HEX #DABCC5 Melanie

📋 copy color: '#DABCC5'

red 218 ◦ green 188 ◦ blue 197

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

Shades of Melanie #DABCC5

Tints of Melanie #DABCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.67%

R = 36.15%
G = 31.18%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DABCC5 (or 0xDABCC5) is known color: Melanie. HEX triplet: DA, BC and C5. RGB value is (218,188,197). Sum of RGB (Red+Green+Blue) = 218+188+197=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCC5 is #25433A. Grayscale: #C5C5C5. Windows color (decimal): -2442043 or 12958938. OLE color: 12958938.

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

Color convert

RGB 218 188 197 -
CMYK 0 0.14 0.10 0.15
HSL 342º 0.29% 0.8% -
HSV(B) 342º 0.14% 0.85% -
XYZ 56.97 54.9 60.42 -
YUV 198 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 218 188 197 0 0.14 0.10 0.15 342 0.29 0.8
Hex DA BC C5 0 E A F 156 1D 50
Octal 332 274 305 0 16 12 17 526 35 120
Binary 11011010 10111100 11000101 0 1110 1010 1111 101010110 11101 1010000

Color Harmonies of #DABCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCC5

Black with #DABCC5

Text Example


Text Example

White with #DABCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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