Html Css Color HEX #DAADD6 French Lilac

📋 copy color: '#DAADD6'

red 218 ◦ green 173 ◦ blue 214

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

Shades of French Lilac #DAADD6

Tints of French Lilac #DAADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.37%

R = 36.03%
G = 28.6%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DAADD6 (or 0xDAADD6) is known color: French Lilac. HEX triplet: DA, AD and D6. RGB value is (218,173,214). Sum of RGB (Red+Green+Blue) = 218+173+214=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD6 is #255229. Grayscale: #BFBFBF. Windows color (decimal): -2445866 or 14069210. OLE color: 14069210.

HSL color Cylindrical-coordinate representation of color #DAADD6: hue angle of 305.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 #DAADD6 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 173 214 -
CMYK 0 0.21 0.02 0.15
HSL 305.33º 0.38% 0.77% -
HSV(B) 305.33º 0.21% 0.85% -
XYZ 55.99 49.65 70.25 -
YUV 191.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 218 173 214 0 0.21 0.02 0.15 305.33 0.38 0.77
Hex DA AD D6 0 15 2 F 131 26 4D
Octal 332 255 326 0 25 2 17 461 46 115
Binary 11011010 10101101 11010110 0 10101 10 1111 100110001 100110 1001101

Color Harmonies of #DAADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADD6

Black with #DAADD6

Text Example


Text Example

White with #DAADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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