Html Css Color HEX #DAB3C2 Melanie

📋 copy color: '#DAB3C2'

red 218 ◦ green 179 ◦ blue 194

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

Shades of Melanie #DAB3C2

Tints of Melanie #DAB3C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.83%

R = 36.89%
G = 30.29%
B = 32.83%

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

#DAB3C2 (or 0xDAB3C2) is known color: Melanie. HEX triplet: DA, B3 and C2. RGB value is (218,179,194). Sum of RGB (Red+Green+Blue) = 218+179+194=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3C2 is #254C3D. Grayscale: #C0C0C0. Windows color (decimal): -2444350 or 12760026. OLE color: 12760026.

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

Color convert

RGB 218 179 194 -
CMYK 0 0.18 0.11 0.15
HSL 336.92º 0.35% 0.78% -
HSV(B) 336.92º 0.18% 0.85% -
XYZ 54.77 51.04 58 -
YUV 192.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 218 179 194 0 0.18 0.11 0.15 336.92 0.35 0.78
Hex DA B3 C2 0 12 B F 151 23 4E
Octal 332 263 302 0 22 13 17 521 43 116
Binary 11011010 10110011 11000010 0 10010 1011 1111 101010001 100011 1001110

Color Harmonies of #DAB3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3C2

Black with #DAB3C2

Text Example


Text Example

White with #DAB3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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