Html Css Color HEX #DAAEBD Melanie

📋 copy color: '#DAAEBD'

red 218 ◦ green 174 ◦ blue 189

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

Shades of Melanie #DAAEBD

Tints of Melanie #DAAEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.53%

R = 37.52%
G = 29.95%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DAAEBD (or 0xDAAEBD) is known color: Melanie. HEX triplet: DA, AE and BD. RGB value is (218,174,189). Sum of RGB (Red+Green+Blue) = 218+174+189=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEBD is #255142. Grayscale: #BCBCBC. Windows color (decimal): -2445635 or 12431066. OLE color: 12431066.

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

Color convert

RGB 218 174 189 -
CMYK 0 0.20 0.13 0.15
HSL 339.55º 0.37% 0.77% -
HSV(B) 339.55º 0.2% 0.85% -
XYZ 53.23 48.85 54.77 -
YUV 188.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 218 174 189 0 0.20 0.13 0.15 339.55 0.37 0.77
Hex DA AE BD 0 14 D F 154 25 4D
Octal 332 256 275 0 24 15 17 524 45 115
Binary 11011010 10101110 10111101 0 10100 1101 1111 101010100 100101 1001101

Color Harmonies of #DAAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEBD

Black with #DAAEBD

Text Example


Text Example

White with #DAAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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