Html Css Color HEX #DAAED2 French Lilac

📋 copy color: '#DAAED2'

red 218 ◦ green 174 ◦ blue 210

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

Shades of French Lilac #DAAED2

Tints of French Lilac #DAAED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.88%

R = 36.21%
G = 28.9%
B = 34.88%

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

#DAAED2 (or 0xDAAED2) is known color: French Lilac. HEX triplet: DA, AE and D2. RGB value is (218,174,210). Sum of RGB (Red+Green+Blue) = 218+174+210=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED2 is #25512D. Grayscale: #BFBFBF. Windows color (decimal): -2445614 or 13807322. OLE color: 13807322.

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

Color convert

RGB 218 174 210 -
CMYK 0 0.20 0.04 0.15
HSL 310.91º 0.37% 0.77% -
HSV(B) 310.91º 0.2% 0.85% -
XYZ 55.68 49.83 67.66 -
YUV 191.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 218 174 210 0 0.20 0.04 0.15 310.91 0.37 0.77
Hex DA AE D2 0 14 4 F 137 25 4D
Octal 332 256 322 0 24 4 17 467 45 115
Binary 11011010 10101110 11010010 0 10100 100 1111 100110111 100101 1001101

Color Harmonies of #DAAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAED2

Black with #DAAED2

Text Example


Text Example

White with #DAAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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