Html Css Color HEX #DAACD7 French Lilac

📋 copy color: '#DAACD7'

red 218 ◦ green 172 ◦ blue 215

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

Shades of French Lilac #DAACD7

Tints of French Lilac #DAACD7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.43%

 BLUE value IS 215 (84.38% from 255) = 35.54%

R = 36.03%
G = 28.43%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAACD7 (or 0xDAACD7) is known color: French Lilac. HEX triplet: DA, AC and D7. RGB value is (218,172,215). Sum of RGB (Red+Green+Blue) = 218+172+215=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACD7 is #255328. Grayscale: #BEBEBE. Windows color (decimal): -2446121 or 14134490. OLE color: 14134490.

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

Color convert

RGB 218 172 215 -
CMYK 0 0.21 0.01 0.15
HSL 303.91º 0.38% 0.76% -
HSV(B) 303.91º 0.21% 0.85% -
XYZ 55.93 49.32 70.86 -
YUV 190.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 218 172 215 0 0.21 0.01 0.15 303.91 0.38 0.76
Hex DA AC D7 0 15 1 F 130 26 4C
Octal 332 254 327 0 25 1 17 460 46 114
Binary 11011010 10101100 11010111 0 10101 1 1111 100110000 100110 1001100

Color Harmonies of #DAACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACD7

Black with #DAACD7

Text Example


Text Example

White with #DAACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACD7; }

 p { color: rgb(218,172,215); }

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

background-color css

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

 a { background-color: rgb(218,172,215); }

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

border-color css

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

 span { border-color: rgb(218,172,215); }

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