Html Css Color HEX #DAADD9 French Lilac

📋 copy color: '#DAADD9'

red 218 ◦ green 173 ◦ blue 217

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

Shades of French Lilac #DAADD9

Tints of French Lilac #DAADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.45%

 BLUE value IS 217 (85.16% from 255) = 35.69%

R = 35.86%
G = 28.45%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAADD9 (or 0xDAADD9) is known color: French Lilac. HEX triplet: DA, AD and D9. RGB value is (218,173,217). Sum of RGB (Red+Green+Blue) = 218+173+217=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD9 is #255226. Grayscale: #BFBFBF. Windows color (decimal): -2445863 or 14265818. OLE color: 14265818.

HSL color Cylindrical-coordinate representation of color #DAADD9: hue angle of 301.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADD9 is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 173 217 -
CMYK 0 0.21 0.00 0.15
HSL 301.33º 0.38% 0.77% -
HSV(B) 301.33º 0.21% 0.85% -
XYZ 56.38 49.8 72.29 -
YUV 191.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 218 173 217 0 0.21 0.00 0.15 301.33 0.38 0.77
Hex DA AD D9 0 15 0 F 12D 26 4D
Octal 332 255 331 0 25 0 17 455 46 115
Binary 11011010 10101101 11011001 0 10101 0 1111 100101101 100110 1001101

Color Harmonies of #DAADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADD9

Black with #DAADD9

Text Example


Text Example

White with #DAADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADD9; }

 p { color: rgb(218,173,217); }

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

background-color css

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

 a { background-color: rgb(218,173,217); }

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

border-color css

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

 span { border-color: rgb(218,173,217); }

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