Html Css Color HEX #DAAFD1 French Lilac

📋 copy color: '#DAAFD1'

red 218 ◦ green 175 ◦ blue 209

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

Shades of French Lilac #DAAFD1

Tints of French Lilac #DAAFD1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.07%

 BLUE value IS 209 (82.03% from 255) = 34.72%

R = 36.21%
G = 29.07%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DAAFD1 (or 0xDAAFD1) is known color: French Lilac. HEX triplet: DA, AF and D1. RGB value is (218,175,209). Sum of RGB (Red+Green+Blue) = 218+175+209=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFD1 is #25502E. Grayscale: #BFBFBF. Windows color (decimal): -2445359 or 13742042. OLE color: 13742042.

HSL color Cylindrical-coordinate representation of color #DAAFD1: hue angle of 312.56º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAFD1 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 175 209 -
CMYK 0 0.20 0.04 0.15
HSL 312.56º 0.37% 0.77% -
HSV(B) 312.56º 0.2% 0.85% -
XYZ 55.75 50.17 67.07 -
YUV 191.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 218 175 209 0 0.20 0.04 0.15 312.56 0.37 0.77
Hex DA AF D1 0 14 4 F 139 25 4D
Octal 332 257 321 0 24 4 17 471 45 115
Binary 11011010 10101111 11010001 0 10100 100 1111 100111001 100101 1001101

Color Harmonies of #DAAFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFD1

Black with #DAAFD1

Text Example


Text Example

White with #DAAFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFD1; }

 p { color: rgb(218,175,209); }

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

background-color css

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

 a { background-color: rgb(218,175,209); }

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

border-color css

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

 span { border-color: rgb(218,175,209); }

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