Html Css Color HEX #DAAEBC Melanie

📋 copy color: '#DAAEBC'

red 218 ◦ green 174 ◦ blue 188

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

Shades of Melanie #DAAEBC

Tints of Melanie #DAAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.41%

R = 37.59%
G = 30%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DAAEBC (or 0xDAAEBC) is known color: Melanie. HEX triplet: DA, AE and BC. RGB value is (218,174,188). Sum of RGB (Red+Green+Blue) = 218+174+188=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEBC is #255143. Grayscale: #BCBCBC. Windows color (decimal): -2445636 or 12365530. OLE color: 12365530.

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

Color convert

RGB 218 174 188 -
CMYK 0 0.20 0.14 0.15
HSL 340.91º 0.37% 0.77% -
HSV(B) 340.91º 0.2% 0.85% -
XYZ 53.13 48.81 54.2 -
YUV 188.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 218 174 188 0 0.20 0.14 0.15 340.91 0.37 0.77
Hex DA AE BC 0 14 E F 155 25 4D
Octal 332 256 274 0 24 16 17 525 45 115
Binary 11011010 10101110 10111100 0 10100 1110 1111 101010101 100101 1001101

Color Harmonies of #DAAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEBC

Black with #DAAEBC

Text Example


Text Example

White with #DAAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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