Html Css Color HEX #DAADC0 Melanie

📋 copy color: '#DAADC0'

red 218 ◦ green 173 ◦ blue 192

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

Shades of Melanie #DAADC0

Tints of Melanie #DAADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.67%

 BLUE value IS 192 (75.39% from 255) = 32.93%

R = 37.39%
G = 29.67%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DAADC0 (or 0xDAADC0) is known color: Melanie. HEX triplet: DA, AD and C0. RGB value is (218,173,192). Sum of RGB (Red+Green+Blue) = 218+173+192=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC0 is #25523F. Grayscale: #BCBCBC. Windows color (decimal): -2445888 or 12627418. OLE color: 12627418.

HSL color Cylindrical-coordinate representation of color #DAADC0: hue angle of 334.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADC0 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 173 192 -
CMYK 0 0.21 0.12 0.15
HSL 334.67º 0.38% 0.77% -
HSV(B) 334.67º 0.21% 0.85% -
XYZ 53.37 48.6 56.44 -
YUV 188.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 218 173 192 0 0.21 0.12 0.15 334.67 0.38 0.77
Hex DA AD C0 0 15 C F 14F 26 4D
Octal 332 255 300 0 25 14 17 517 46 115
Binary 11011010 10101101 11000000 0 10101 1100 1111 101001111 100110 1001101

Color Harmonies of #DAADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADC0

Black with #DAADC0

Text Example


Text Example

White with #DAADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADC0; }

 p { color: rgb(218,173,192); }

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

background-color css

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

 a { background-color: rgb(218,173,192); }

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

border-color css

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

 span { border-color: rgb(218,173,192); }

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