Html Css Color HEX #DAABBF Melanie

📋 copy color: '#DAABBF'

red 218 ◦ green 171 ◦ blue 191

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

Shades of Melanie #DAABBF

Tints of Melanie #DAABBF

RGB

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

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

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

R = 37.59%
G = 29.48%
B = 32.93%

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

#DAABBF (or 0xDAABBF) is known color: Melanie. HEX triplet: DA, AB and BF. RGB value is (218,171,191). Sum of RGB (Red+Green+Blue) = 218+171+191=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABBF is #255440. Grayscale: #BBBBBB. Windows color (decimal): -2446401 or 12561370. OLE color: 12561370.

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

Color convert

RGB 218 171 191 -
CMYK 0 0.22 0.12 0.15
HSL 334.47º 0.39% 0.76% -
HSV(B) 334.47º 0.22% 0.85% -
XYZ 52.88 47.79 55.73 -
YUV 187.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 218 171 191 0 0.22 0.12 0.15 334.47 0.39 0.76
Hex DA AB BF 0 16 C F 14E 27 4C
Octal 332 253 277 0 26 14 17 516 47 114
Binary 11011010 10101011 10111111 0 10110 1100 1111 101001110 100111 1001100

Color Harmonies of #DAABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABBF

Black with #DAABBF

Text Example


Text Example

White with #DAABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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