Html Css Color HEX #DAAAD3 French Lilac

📋 copy color: '#DAAAD3'

red 218 ◦ green 170 ◦ blue 211

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

Shades of French Lilac #DAAAD3

Tints of French Lilac #DAAAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.23%

R = 36.39%
G = 28.38%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DAAAD3 (or 0xDAAAD3) is known color: French Lilac. HEX triplet: DA, AA and D3. RGB value is (218,170,211). Sum of RGB (Red+Green+Blue) = 218+170+211=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAD3 is #25552C. Grayscale: #BCBCBC. Windows color (decimal): -2446637 or 13871834. OLE color: 13871834.

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

Color convert

RGB 218 170 211 -
CMYK 0 0.22 0.03 0.15
HSL 308.75º 0.39% 0.76% -
HSV(B) 308.75º 0.22% 0.85% -
XYZ 55.05 48.36 68.06 -
YUV 189.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 218 170 211 0 0.22 0.03 0.15 308.75 0.39 0.76
Hex DA AA D3 0 16 3 F 135 27 4C
Octal 332 252 323 0 26 3 17 465 47 114
Binary 11011010 10101010 11010011 0 10110 11 1111 100110101 100111 1001100

Color Harmonies of #DAAAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAD3

Black with #DAAAD3

Text Example


Text Example

White with #DAAAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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