Html Css Color HEX #DAC7D6 French Lilac

📋 copy color: '#DAC7D6'

red 218 ◦ green 199 ◦ blue 214

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

Shades of French Lilac #DAC7D6

Tints of French Lilac #DAC7D6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.54%

 BLUE value IS 214 (83.98% from 255) = 33.91%

R = 34.55%
G = 31.54%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DAC7D6 (or 0xDAC7D6) is known color: French Lilac. HEX triplet: DA, C7 and D6. RGB value is (218,199,214). Sum of RGB (Red+Green+Blue) = 218+199+214=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7D6 is #253829. Grayscale: #CECECE. Windows color (decimal): -2439210 or 14075866. OLE color: 14075866.

HSL color Cylindrical-coordinate representation of color #DAC7D6: hue angle of 312.63º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC7D6 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 199 214 -
CMYK 0 0.09 0.02 0.15
HSL 312.63º 0.2% 0.82% -
HSV(B) 312.63º 0.09% 0.85% -
XYZ 61.47 60.61 72.08 -
YUV 206.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 218 199 214 0 0.09 0.02 0.15 312.63 0.2 0.82
Hex DA C7 D6 0 9 2 F 139 14 52
Octal 332 307 326 0 11 2 17 471 24 122
Binary 11011010 11000111 11010110 0 1001 10 1111 100111001 10100 1010010

Color Harmonies of #DAC7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC7D6

Black with #DAC7D6

Text Example


Text Example

White with #DAC7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC7D6; }

 p { color: rgb(218,199,214); }

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

background-color css

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

 a { background-color: rgb(218,199,214); }

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

border-color css

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

 span { border-color: rgb(218,199,214); }

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