Html Css Color HEX #DAABBA Melanie

📋 copy color: '#DAABBA'

red 218 ◦ green 171 ◦ blue 186

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

Shades of Melanie #DAABBA

Tints of Melanie #DAABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.74%

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

R = 37.91%
G = 29.74%
B = 32.35%

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

#DAABBA (or 0xDAABBA) is known color: Melanie. HEX triplet: DA, AB and BA. RGB value is (218,171,186). Sum of RGB (Red+Green+Blue) = 218+171+186=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABBA is #255445. Grayscale: #BABABA. Windows color (decimal): -2446406 or 12233690. OLE color: 12233690.

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

Color convert

RGB 218 171 186 -
CMYK 0 0.22 0.15 0.15
HSL 340.85º 0.39% 0.76% -
HSV(B) 340.85º 0.22% 0.85% -
XYZ 52.34 47.58 52.88 -
YUV 186.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 218 171 186 0 0.22 0.15 0.15 340.85 0.39 0.76
Hex DA AB BA 0 16 F F 155 27 4C
Octal 332 253 272 0 26 17 17 525 47 114
Binary 11011010 10101011 10111010 0 10110 1111 1111 101010101 100111 1001100

Color Harmonies of #DAABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABBA

Black with #DAABBA

Text Example


Text Example

White with #DAABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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