Html Css Color HEX #DAADD0 French Lilac

📋 copy color: '#DAADD0'

red 218 ◦ green 173 ◦ blue 208

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

Shades of French Lilac #DAADD0

Tints of French Lilac #DAADD0

RGB

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

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

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

R = 36.39%
G = 28.88%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DAADD0 (or 0xDAADD0) is known color: French Lilac. HEX triplet: DA, AD and D0. RGB value is (218,173,208). Sum of RGB (Red+Green+Blue) = 218+173+208=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD0 is #25522F. Grayscale: #BEBEBE. Windows color (decimal): -2445872 or 13675994. OLE color: 13675994.

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

Color convert

RGB 218 173 208 -
CMYK 0 0.21 0.05 0.15
HSL 313.33º 0.38% 0.77% -
HSV(B) 313.33º 0.21% 0.85% -
XYZ 55.24 49.35 66.29 -
YUV 190.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 218 173 208 0 0.21 0.05 0.15 313.33 0.38 0.77
Hex DA AD D0 0 15 5 F 139 26 4D
Octal 332 255 320 0 25 5 17 471 46 115
Binary 11011010 10101101 11010000 0 10101 101 1111 100111001 100110 1001101

Color Harmonies of #DAADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADD0

Black with #DAADD0

Text Example


Text Example

White with #DAADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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