Html Css Color HEX #DAACD5 French Lilac

📋 copy color: '#DAACD5'

red 218 ◦ green 172 ◦ blue 213

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

Shades of French Lilac #DAACD5

Tints of French Lilac #DAACD5

RGB

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

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

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

R = 36.15%
G = 28.52%
B = 35.32%

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

#DAACD5 (or 0xDAACD5) is known color: French Lilac. HEX triplet: DA, AC and D5. RGB value is (218,172,213). Sum of RGB (Red+Green+Blue) = 218+172+213=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACD5 is #25532A. Grayscale: #BEBEBE. Windows color (decimal): -2446123 or 14003418. OLE color: 14003418.

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

Color convert

RGB 218 172 213 -
CMYK 0 0.21 0.02 0.15
HSL 306.52º 0.38% 0.76% -
HSV(B) 306.52º 0.21% 0.85% -
XYZ 55.68 49.21 69.52 -
YUV 190.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 218 172 213 0 0.21 0.02 0.15 306.52 0.38 0.76
Hex DA AC D5 0 15 2 F 133 26 4C
Octal 332 254 325 0 25 2 17 463 46 114
Binary 11011010 10101100 11010101 0 10101 10 1111 100110011 100110 1001100

Color Harmonies of #DAACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACD5

Black with #DAACD5

Text Example


Text Example

White with #DAACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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