Html Css Color HEX #DABCC1 Melanie

📋 copy color: '#DABCC1'

red 218 ◦ green 188 ◦ blue 193

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

Shades of Melanie #DABCC1

Tints of Melanie #DABCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.22%

R = 36.39%
G = 31.39%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DABCC1 (or 0xDABCC1) is known color: Melanie. HEX triplet: DA, BC and C1. RGB value is (218,188,193). Sum of RGB (Red+Green+Blue) = 218+188+193=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCC1 is #25433E. Grayscale: #C5C5C5. Windows color (decimal): -2442047 or 12696794. OLE color: 12696794.

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

Color convert

RGB 218 188 193 -
CMYK 0 0.14 0.11 0.15
HSL 350º 0.29% 0.8% -
HSV(B) 350º 0.14% 0.85% -
XYZ 56.52 54.72 58.04 -
YUV 197.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 218 188 193 0 0.14 0.11 0.15 350 0.29 0.8
Hex DA BC C1 0 E B F 15E 1D 50
Octal 332 274 301 0 16 13 17 536 35 120
Binary 11011010 10111100 11000001 0 1110 1011 1111 101011110 11101 1010000

Color Harmonies of #DABCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCC1

Black with #DABCC1

Text Example


Text Example

White with #DABCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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