Html Css Color HEX #DAAEBE Melanie

📋 copy color: '#DAAEBE'

red 218 ◦ green 174 ◦ blue 190

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

Shades of Melanie #DAAEBE

Tints of Melanie #DAAEBE

RGB

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

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

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

R = 37.46%
G = 29.9%
B = 32.65%

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

#DAAEBE (or 0xDAAEBE) is known color: Melanie. HEX triplet: DA, AE and BE. RGB value is (218,174,190). Sum of RGB (Red+Green+Blue) = 218+174+190=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEBE is #255141. Grayscale: #BCBCBC. Windows color (decimal): -2445634 or 12496602. OLE color: 12496602.

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

Color convert

RGB 218 174 190 -
CMYK 0 0.20 0.13 0.15
HSL 338.18º 0.37% 0.77% -
HSV(B) 338.18º 0.2% 0.85% -
XYZ 53.34 48.9 55.34 -
YUV 188.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 218 174 190 0 0.20 0.13 0.15 338.18 0.37 0.77
Hex DA AE BE 0 14 D F 152 25 4D
Octal 332 256 276 0 24 15 17 522 45 115
Binary 11011010 10101110 10111110 0 10100 1101 1111 101010010 100101 1001101

Color Harmonies of #DAAEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEBE

Black with #DAAEBE

Text Example


Text Example

White with #DAAEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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