Html Css Color HEX #DAC5D5 French Lilac

📋 copy color: '#DAC5D5'

red 218 ◦ green 197 ◦ blue 213

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

Shades of French Lilac #DAC5D5

Tints of French Lilac #DAC5D5

RGB

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

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

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

R = 34.71%
G = 31.37%
B = 33.92%

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

#DAC5D5 (or 0xDAC5D5) is known color: French Lilac. HEX triplet: DA, C5 and D5. RGB value is (218,197,213). Sum of RGB (Red+Green+Blue) = 218+197+213=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5D5 is #253A2A. Grayscale: #CDCDCD. Windows color (decimal): -2439723 or 14009818. OLE color: 14009818.

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

Color convert

RGB 218 197 213 -
CMYK 0 0.10 0.02 0.15
HSL 314.29º 0.22% 0.81% -
HSV(B) 314.29º 0.1% 0.85% -
XYZ 60.89 59.64 71.25 -
YUV 205.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 218 197 213 0 0.10 0.02 0.15 314.29 0.22 0.81
Hex DA C5 D5 0 A 2 F 13A 16 51
Octal 332 305 325 0 12 2 17 472 26 121
Binary 11011010 11000101 11010101 0 1010 10 1111 100111010 10110 1010001

Color Harmonies of #DAC5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC5D5

Black with #DAC5D5

Text Example


Text Example

White with #DAC5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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