Html Css Color HEX #DAAABF Melanie

📋 copy color: '#DAAABF'

red 218 ◦ green 170 ◦ blue 191

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

Shades of Melanie #DAAABF

Tints of Melanie #DAAABF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.36%

 BLUE value IS 191 (75% from 255) = 32.99%

R = 37.65%
G = 29.36%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DAAABF (or 0xDAAABF) is known color: Melanie. HEX triplet: DA, AA and BF. RGB value is (218,170,191). Sum of RGB (Red+Green+Blue) = 218+170+191=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAABF is #255540. Grayscale: #BABABA. Windows color (decimal): -2446657 or 12561114. OLE color: 12561114.

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

Color convert

RGB 218 170 191 -
CMYK 0 0.22 0.12 0.15
HSL 333.75º 0.39% 0.76% -
HSV(B) 333.75º 0.22% 0.85% -
XYZ 52.69 47.42 55.67 -
YUV 186.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 218 170 191 0 0.22 0.12 0.15 333.75 0.39 0.76
Hex DA AA BF 0 16 C F 14E 27 4C
Octal 332 252 277 0 26 14 17 516 47 114
Binary 11011010 10101010 10111111 0 10110 1100 1111 101001110 100111 1001100

Color Harmonies of #DAAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAABF

Black with #DAAABF

Text Example


Text Example

White with #DAAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAABF; }

 p { color: rgb(218,170,191); }

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

background-color css

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

 a { background-color: rgb(218,170,191); }

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

border-color css

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

 span { border-color: rgb(218,170,191); }

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