Html Css Color HEX #DAADD5 French Lilac

📋 copy color: '#DAADD5'

red 218 ◦ green 173 ◦ blue 213

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

Shades of French Lilac #DAADD5

Tints of French Lilac #DAADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.26%

R = 36.09%
G = 28.64%
B = 35.26%

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

#DAADD5 (or 0xDAADD5) is known color: French Lilac. HEX triplet: DA, AD and D5. RGB value is (218,173,213). Sum of RGB (Red+Green+Blue) = 218+173+213=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD5 is #25522A. Grayscale: #BEBEBE. Windows color (decimal): -2445867 or 14003674. OLE color: 14003674.

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

Color convert

RGB 218 173 213 -
CMYK 0 0.21 0.02 0.15
HSL 306.67º 0.38% 0.77% -
HSV(B) 306.67º 0.21% 0.85% -
XYZ 55.87 49.6 69.58 -
YUV 191.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 218 173 213 0 0.21 0.02 0.15 306.67 0.38 0.77
Hex DA AD D5 0 15 2 F 133 26 4D
Octal 332 255 325 0 25 2 17 463 46 115
Binary 11011010 10101101 11010101 0 10101 10 1111 100110011 100110 1001101

Color Harmonies of #DAADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADD5

Black with #DAADD5

Text Example


Text Example

White with #DAADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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