Html Css Color HEX #DAADD7 French Lilac

📋 copy color: '#DAADD7'

red 218 ◦ green 173 ◦ blue 215

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

Shades of French Lilac #DAADD7

Tints of French Lilac #DAADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.48%

R = 35.97%
G = 28.55%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAADD7 (or 0xDAADD7) is known color: French Lilac. HEX triplet: DA, AD and D7. RGB value is (218,173,215). Sum of RGB (Red+Green+Blue) = 218+173+215=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD7 is #255228. Grayscale: #BFBFBF. Windows color (decimal): -2445865 or 14134746. OLE color: 14134746.

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

Color convert

RGB 218 173 215 -
CMYK 0 0.21 0.01 0.15
HSL 304º 0.38% 0.77% -
HSV(B) 304º 0.21% 0.85% -
XYZ 56.12 49.7 70.92 -
YUV 191.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 218 173 215 0 0.21 0.01 0.15 304 0.38 0.77
Hex DA AD D7 0 15 1 F 130 26 4D
Octal 332 255 327 0 25 1 17 460 46 115
Binary 11011010 10101101 11010111 0 10101 1 1111 100110000 100110 1001101

Color Harmonies of #DAADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADD7

Black with #DAADD7

Text Example


Text Example

White with #DAADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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