Html Css Color HEX #DAAED0 French Lilac

📋 copy color: '#DAAED0'

red 218 ◦ green 174 ◦ blue 208

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

Shades of French Lilac #DAAED0

Tints of French Lilac #DAAED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.67%

R = 36.33%
G = 29%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DAAED0 (or 0xDAAED0) is known color: French Lilac. HEX triplet: DA, AE and D0. RGB value is (218,174,208). Sum of RGB (Red+Green+Blue) = 218+174+208=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED0 is #25512F. Grayscale: #BEBEBE. Windows color (decimal): -2445616 or 13676250. OLE color: 13676250.

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

Color convert

RGB 218 174 208 -
CMYK 0 0.20 0.05 0.15
HSL 313.64º 0.37% 0.77% -
HSV(B) 313.64º 0.2% 0.85% -
XYZ 55.43 49.73 66.35 -
YUV 191.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 218 174 208 0 0.20 0.05 0.15 313.64 0.37 0.77
Hex DA AE D0 0 14 5 F 13A 25 4D
Octal 332 256 320 0 24 5 17 472 45 115
Binary 11011010 10101110 11010000 0 10100 101 1111 100111010 100101 1001101

Color Harmonies of #DAAED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAED0

Black with #DAAED0

Text Example


Text Example

White with #DAAED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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