Html Css Color HEX #DAAED9 French Lilac

📋 copy color: '#DAAED9'

red 218 ◦ green 174 ◦ blue 217

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

Shades of French Lilac #DAAED9

Tints of French Lilac #DAAED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.63%

R = 35.8%
G = 28.57%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAAED9 (or 0xDAAED9) is known color: French Lilac. HEX triplet: DA, AE and D9. RGB value is (218,174,217). Sum of RGB (Red+Green+Blue) = 218+174+217=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED9 is #255126. Grayscale: #BFBFBF. Windows color (decimal): -2445607 or 14266074. OLE color: 14266074.

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

Color convert

RGB 218 174 217 -
CMYK 0 0.20 0.00 0.15
HSL 301.36º 0.37% 0.77% -
HSV(B) 301.36º 0.2% 0.85% -
XYZ 56.57 50.19 72.35 -
YUV 192.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 218 174 217 0 0.20 0.00 0.15 301.36 0.37 0.77
Hex DA AE D9 0 14 0 F 12D 25 4D
Octal 332 256 331 0 24 0 17 455 45 115
Binary 11011010 10101110 11011001 0 10100 0 1111 100101101 100101 1001101

Color Harmonies of #DAAED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAED9

Black with #DAAED9

Text Example


Text Example

White with #DAAED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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