Html Css Color HEX #DAAED6 French Lilac

📋 copy color: '#DAAED6'

red 218 ◦ green 174 ◦ blue 214

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

Shades of French Lilac #DAAED6

Tints of French Lilac #DAAED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.31%

R = 35.97%
G = 28.71%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DAAED6 (or 0xDAAED6) is known color: French Lilac. HEX triplet: DA, AE and D6. RGB value is (218,174,214). Sum of RGB (Red+Green+Blue) = 218+174+214=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED6 is #255129. Grayscale: #BFBFBF. Windows color (decimal): -2445610 or 14069466. OLE color: 14069466.

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

Color convert

RGB 218 174 214 -
CMYK 0 0.20 0.02 0.15
HSL 305.45º 0.37% 0.77% -
HSV(B) 305.45º 0.2% 0.85% -
XYZ 56.19 50.03 70.31 -
YUV 191.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 218 174 214 0 0.20 0.02 0.15 305.45 0.37 0.77
Hex DA AE D6 0 14 2 F 131 25 4D
Octal 332 256 326 0 24 2 17 461 45 115
Binary 11011010 10101110 11010110 0 10100 10 1111 100110001 100101 1001101

Color Harmonies of #DAAED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAED6

Black with #DAAED6

Text Example


Text Example

White with #DAAED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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