Html Css Color HEX #DAADD8 French Lilac

📋 copy color: '#DAADD8'

red 218 ◦ green 173 ◦ blue 216

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

Shades of French Lilac #DAADD8

Tints of French Lilac #DAADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.58%

R = 35.91%
G = 28.5%
B = 35.58%

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

#DAADD8 (or 0xDAADD8) is known color: French Lilac. HEX triplet: DA, AD and D8. RGB value is (218,173,216). Sum of RGB (Red+Green+Blue) = 218+173+216=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD8 is #255227. Grayscale: #BFBFBF. Windows color (decimal): -2445864 or 14200282. OLE color: 14200282.

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

Color convert

RGB 218 173 216 -
CMYK 0 0.21 0.01 0.15
HSL 302.67º 0.38% 0.77% -
HSV(B) 302.67º 0.21% 0.85% -
XYZ 56.25 49.75 71.6 -
YUV 191.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 218 173 216 0 0.21 0.01 0.15 302.67 0.38 0.77
Hex DA AD D8 0 15 1 F 12F 26 4D
Octal 332 255 330 0 25 1 17 457 46 115
Binary 11011010 10101101 11011000 0 10101 1 1111 100101111 100110 1001101

Color Harmonies of #DAADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADD8

Black with #DAADD8

Text Example


Text Example

White with #DAADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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