Html Css Color HEX #DAAED1 French Lilac

📋 copy color: '#DAAED1'

red 218 ◦ green 174 ◦ blue 209

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

Shades of French Lilac #DAAED1

Tints of French Lilac #DAAED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.78%

R = 36.27%
G = 28.95%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DAAED1 (or 0xDAAED1) is known color: French Lilac. HEX triplet: DA, AE and D1. RGB value is (218,174,209). Sum of RGB (Red+Green+Blue) = 218+174+209=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED1 is #25512E. Grayscale: #BFBFBF. Windows color (decimal): -2445615 or 13741786. OLE color: 13741786.

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

Color convert

RGB 218 174 209 -
CMYK 0 0.20 0.04 0.15
HSL 312.27º 0.37% 0.77% -
HSV(B) 312.27º 0.2% 0.85% -
XYZ 55.56 49.78 67 -
YUV 191.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 218 174 209 0 0.20 0.04 0.15 312.27 0.37 0.77
Hex DA AE D1 0 14 4 F 138 25 4D
Octal 332 256 321 0 24 4 17 470 45 115
Binary 11011010 10101110 11010001 0 10100 100 1111 100111000 100101 1001101

Color Harmonies of #DAAED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAED1

Black with #DAAED1

Text Example


Text Example

White with #DAAED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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