Html Css Color HEX #DAAEBA Melanie

📋 copy color: '#DAAEBA'

red 218 ◦ green 174 ◦ blue 186

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

Shades of Melanie #DAAEBA

Tints of Melanie #DAAEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.18%

R = 37.72%
G = 30.1%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DAAEBA (or 0xDAAEBA) is known color: Melanie. HEX triplet: DA, AE and BA. RGB value is (218,174,186). Sum of RGB (Red+Green+Blue) = 218+174+186=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEBA is #255145. Grayscale: #BCBCBC. Windows color (decimal): -2445638 or 12234458. OLE color: 12234458.

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

Color convert

RGB 218 174 186 -
CMYK 0 0.20 0.15 0.15
HSL 343.64º 0.37% 0.77% -
HSV(B) 343.64º 0.2% 0.85% -
XYZ 52.91 48.72 53.07 -
YUV 188.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 218 174 186 0 0.20 0.15 0.15 343.64 0.37 0.77
Hex DA AE BA 0 14 F F 158 25 4D
Octal 332 256 272 0 24 17 17 530 45 115
Binary 11011010 10101110 10111010 0 10100 1111 1111 101011000 100101 1001101

Color Harmonies of #DAAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEBA

Black with #DAAEBA

Text Example


Text Example

White with #DAAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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