Html Css Color HEX #DAAED7 French Lilac

📋 copy color: '#DAAED7'

red 218 ◦ green 174 ◦ blue 215

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

Shades of French Lilac #DAAED7

Tints of French Lilac #DAAED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.42%

R = 35.91%
G = 28.67%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAAED7 (or 0xDAAED7) is known color: French Lilac. HEX triplet: DA, AE and D7. RGB value is (218,174,215). Sum of RGB (Red+Green+Blue) = 218+174+215=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED7 is #255128. Grayscale: #BFBFBF. Windows color (decimal): -2445609 or 14135002. OLE color: 14135002.

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

Color convert

RGB 218 174 215 -
CMYK 0 0.20 0.01 0.15
HSL 304.09º 0.37% 0.77% -
HSV(B) 304.09º 0.2% 0.85% -
XYZ 56.32 50.08 70.99 -
YUV 191.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 218 174 215 0 0.20 0.01 0.15 304.09 0.37 0.77
Hex DA AE D7 0 14 1 F 130 25 4D
Octal 332 256 327 0 24 1 17 460 45 115
Binary 11011010 10101110 11010111 0 10100 1 1111 100110000 100101 1001101

Color Harmonies of #DAAED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAED7

Black with #DAAED7

Text Example


Text Example

White with #DAAED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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