Html Css Color HEX #DAACD4 French Lilac

📋 copy color: '#DAACD4'

red 218 ◦ green 172 ◦ blue 212

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

Shades of French Lilac #DAACD4

Tints of French Lilac #DAACD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.22%

R = 36.21%
G = 28.57%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DAACD4 (or 0xDAACD4) is known color: French Lilac. HEX triplet: DA, AC and D4. RGB value is (218,172,212). Sum of RGB (Red+Green+Blue) = 218+172+212=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACD4 is #25532B. Grayscale: #BEBEBE. Windows color (decimal): -2446124 or 13937882. OLE color: 13937882.

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

Color convert

RGB 218 172 212 -
CMYK 0 0.21 0.03 0.15
HSL 307.83º 0.38% 0.76% -
HSV(B) 307.83º 0.21% 0.85% -
XYZ 55.55 49.16 68.85 -
YUV 190.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 218 172 212 0 0.21 0.03 0.15 307.83 0.38 0.76
Hex DA AC D4 0 15 3 F 134 26 4C
Octal 332 254 324 0 25 3 17 464 46 114
Binary 11011010 10101100 11010100 0 10101 11 1111 100110100 100110 1001100

Color Harmonies of #DAACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACD4

Black with #DAACD4

Text Example


Text Example

White with #DAACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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