Html Css Color HEX #DAB6C2 Melanie

📋 copy color: '#DAB6C2'

red 218 ◦ green 182 ◦ blue 194

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

Shades of Melanie #DAB6C2

Tints of Melanie #DAB6C2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.64%

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

R = 36.7%
G = 30.64%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DAB6C2 (or 0xDAB6C2) is known color: Melanie. HEX triplet: DA, B6 and C2. RGB value is (218,182,194). Sum of RGB (Red+Green+Blue) = 218+182+194=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6C2 is #25493D. Grayscale: #C2C2C2. Windows color (decimal): -2443582 or 12760794. OLE color: 12760794.

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

Color convert

RGB 218 182 194 -
CMYK 0 0.17 0.11 0.15
HSL 340º 0.33% 0.78% -
HSV(B) 340º 0.17% 0.85% -
XYZ 55.38 52.26 58.21 -
YUV 194.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 218 182 194 0 0.17 0.11 0.15 340 0.33 0.78
Hex DA B6 C2 0 11 B F 154 21 4E
Octal 332 266 302 0 21 13 17 524 41 116
Binary 11011010 10110110 11000010 0 10001 1011 1111 101010100 100001 1001110

Color Harmonies of #DAB6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6C2

Black with #DAB6C2

Text Example


Text Example

White with #DAB6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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