Html Css Color HEX #DAAABA Melanie

📋 copy color: '#DAAABA'

red 218 ◦ green 170 ◦ blue 186

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

Shades of Melanie #DAAABA

Tints of Melanie #DAAABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.4%

R = 37.98%
G = 29.62%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DAAABA (or 0xDAAABA) is known color: Melanie. HEX triplet: DA, AA and BA. RGB value is (218,170,186). Sum of RGB (Red+Green+Blue) = 218+170+186=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAABA is #255545. Grayscale: #BABABA. Windows color (decimal): -2446662 or 12233434. OLE color: 12233434.

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

Color convert

RGB 218 170 186 -
CMYK 0 0.22 0.15 0.15
HSL 340º 0.39% 0.76% -
HSV(B) 340º 0.22% 0.85% -
XYZ 52.15 47.2 52.82 -
YUV 186.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 218 170 186 0 0.22 0.15 0.15 340 0.39 0.76
Hex DA AA BA 0 16 F F 154 27 4C
Octal 332 252 272 0 26 17 17 524 47 114
Binary 11011010 10101010 10111010 0 10110 1111 1111 101010100 100111 1001100

Color Harmonies of #DAAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAABA

Black with #DAAABA

Text Example


Text Example

White with #DAAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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