Html Css Color HEX #DAAABE Melanie

📋 copy color: '#DAAABE'

red 218 ◦ green 170 ◦ blue 190

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

Shades of Melanie #DAAABE

Tints of Melanie #DAAABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.87%

R = 37.72%
G = 29.41%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DAAABE (or 0xDAAABE) is known color: Melanie. HEX triplet: DA, AA and BE. RGB value is (218,170,190). Sum of RGB (Red+Green+Blue) = 218+170+190=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAABE is #255541. Grayscale: #BABABA. Windows color (decimal): -2446658 or 12495578. OLE color: 12495578.

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

Color convert

RGB 218 170 190 -
CMYK 0 0.22 0.13 0.15
HSL 335º 0.39% 0.76% -
HSV(B) 335º 0.22% 0.85% -
XYZ 52.58 47.37 55.09 -
YUV 186.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 218 170 190 0 0.22 0.13 0.15 335 0.39 0.76
Hex DA AA BE 0 16 D F 14F 27 4C
Octal 332 252 276 0 26 15 17 517 47 114
Binary 11011010 10101010 10111110 0 10110 1101 1111 101001111 100111 1001100

Color Harmonies of #DAAABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAABE

Black with #DAAABE

Text Example


Text Example

White with #DAAABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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