Html Css Color HEX #DAAEBF Melanie

📋 copy color: '#DAAEBF'

red 218 ◦ green 174 ◦ blue 191

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

Shades of Melanie #DAAEBF

Tints of Melanie #DAAEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.85%

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

R = 37.39%
G = 29.85%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DAAEBF (or 0xDAAEBF) is known color: Melanie. HEX triplet: DA, AE and BF. RGB value is (218,174,191). Sum of RGB (Red+Green+Blue) = 218+174+191=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEBF is #255140. Grayscale: #BDBDBD. Windows color (decimal): -2445633 or 12562138. OLE color: 12562138.

HSL color Cylindrical-coordinate representation of color #DAAEBF: hue angle of 336.82º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAEBF is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 174 191 -
CMYK 0 0.20 0.12 0.15
HSL 336.82º 0.37% 0.77% -
HSV(B) 336.82º 0.2% 0.85% -
XYZ 53.45 48.94 55.92 -
YUV 189.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 218 174 191 0 0.20 0.12 0.15 336.82 0.37 0.77
Hex DA AE BF 0 14 C F 151 25 4D
Octal 332 256 277 0 24 14 17 521 45 115
Binary 11011010 10101110 10111111 0 10100 1100 1111 101010001 100101 1001101

Color Harmonies of #DAAEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEBF

Black with #DAAEBF

Text Example


Text Example

White with #DAAEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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