Html Css Color HEX #DAAED3 French Lilac

📋 copy color: '#DAAED3'

red 218 ◦ green 174 ◦ blue 211

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

Shades of French Lilac #DAAED3

Tints of French Lilac #DAAED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.99%

R = 36.15%
G = 28.86%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DAAED3 (or 0xDAAED3) is known color: French Lilac. HEX triplet: DA, AE and D3. RGB value is (218,174,211). Sum of RGB (Red+Green+Blue) = 218+174+211=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED3 is #25512C. Grayscale: #BFBFBF. Windows color (decimal): -2445613 or 13872858. OLE color: 13872858.

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

Color convert

RGB 218 174 211 -
CMYK 0 0.20 0.03 0.15
HSL 309.55º 0.37% 0.77% -
HSV(B) 309.55º 0.2% 0.85% -
XYZ 55.81 49.88 68.31 -
YUV 191.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 218 174 211 0 0.20 0.03 0.15 309.55 0.37 0.77
Hex DA AE D3 0 14 3 F 136 25 4D
Octal 332 256 323 0 24 3 17 466 45 115
Binary 11011010 10101110 11010011 0 10100 11 1111 100110110 100101 1001101

Color Harmonies of #DAAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAED3

Black with #DAAED3

Text Example


Text Example

White with #DAAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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