Html Css Color HEX #DAAAD5 French Lilac

📋 copy color: '#DAAAD5'

red 218 ◦ green 170 ◦ blue 213

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

Shades of French Lilac #DAAAD5

Tints of French Lilac #DAAAD5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.29%

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

R = 36.27%
G = 28.29%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DAAAD5 (or 0xDAAAD5) is known color: French Lilac. HEX triplet: DA, AA and D5. RGB value is (218,170,213). Sum of RGB (Red+Green+Blue) = 218+170+213=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAD5 is #25552A. Grayscale: #BDBDBD. Windows color (decimal): -2446635 or 14002906. OLE color: 14002906.

HSL color Cylindrical-coordinate representation of color #DAAAD5: hue angle of 306.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAAAD5 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 213 -
CMYK 0 0.22 0.02 0.15
HSL 306.25º 0.39% 0.76% -
HSV(B) 306.25º 0.22% 0.85% -
XYZ 55.3 48.46 69.39 -
YUV 189.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 218 170 213 0 0.22 0.02 0.15 306.25 0.39 0.76
Hex DA AA D5 0 16 2 F 132 27 4C
Octal 332 252 325 0 26 2 17 462 47 114
Binary 11011010 10101010 11010101 0 10110 10 1111 100110010 100111 1001100

Color Harmonies of #DAAAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAD5

Black with #DAAAD5

Text Example


Text Example

White with #DAAAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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