Html Css Color HEX #DAC5D6 French Lilac

📋 copy color: '#DAC5D6'

red 218 ◦ green 197 ◦ blue 214

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

Shades of French Lilac #DAC5D6

Tints of French Lilac #DAC5D6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.32%

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

R = 34.66%
G = 31.32%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DAC5D6 (or 0xDAC5D6) is known color: French Lilac. HEX triplet: DA, C5 and D6. RGB value is (218,197,214). Sum of RGB (Red+Green+Blue) = 218+197+214=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5D6 is #253A29. Grayscale: #CDCDCD. Windows color (decimal): -2439722 or 14075354. OLE color: 14075354.

HSL color Cylindrical-coordinate representation of color #DAC5D6: hue angle of 311.43º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC5D6 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 214 -
CMYK 0 0.10 0.02 0.15
HSL 311.43º 0.22% 0.81% -
HSV(B) 311.43º 0.1% 0.85% -
XYZ 61.02 59.69 71.92 -
YUV 205.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 218 197 214 0 0.10 0.02 0.15 311.43 0.22 0.81
Hex DA C5 D6 0 A 2 F 137 16 51
Octal 332 305 326 0 12 2 17 467 26 121
Binary 11011010 11000101 11010110 0 1010 10 1111 100110111 10110 1010001

Color Harmonies of #DAC5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC5D6

Black with #DAC5D6

Text Example


Text Example

White with #DAC5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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