Html Css Color HEX #DAB3C1 Melanie

📋 copy color: '#DAB3C1'

red 218 ◦ green 179 ◦ blue 193

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

Shades of Melanie #DAB3C1

Tints of Melanie #DAB3C1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.34%

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

R = 36.95%
G = 30.34%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DAB3C1 (or 0xDAB3C1) is known color: Melanie. HEX triplet: DA, B3 and C1. RGB value is (218,179,193). Sum of RGB (Red+Green+Blue) = 218+179+193=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3C1 is #254C3E. Grayscale: #C0C0C0. Windows color (decimal): -2444351 or 12694490. OLE color: 12694490.

HSL color Cylindrical-coordinate representation of color #DAB3C1: hue angle of 338.46º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB3C1 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 193 -
CMYK 0 0.18 0.11 0.15
HSL 338.46º 0.35% 0.78% -
HSV(B) 338.46º 0.18% 0.85% -
XYZ 54.66 51 57.41 -
YUV 192.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 218 179 193 0 0.18 0.11 0.15 338.46 0.35 0.78
Hex DA B3 C1 0 12 B F 152 23 4E
Octal 332 263 301 0 22 13 17 522 43 116
Binary 11011010 10110011 11000001 0 10010 1011 1111 101010010 100011 1001110

Color Harmonies of #DAB3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3C1

Black with #DAB3C1

Text Example


Text Example

White with #DAB3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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