Html Css Color HEX #DAC1D5 French Lilac

📋 copy color: '#DAC1D5'

red 218 ◦ green 193 ◦ blue 213

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

Shades of French Lilac #DAC1D5

Tints of French Lilac #DAC1D5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.93%

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

R = 34.94%
G = 30.93%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DAC1D5 (or 0xDAC1D5) is known color: French Lilac. HEX triplet: DA, C1 and D5. RGB value is (218,193,213). Sum of RGB (Red+Green+Blue) = 218+193+213=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1D5 is #253E2A. Grayscale: #CACACA. Windows color (decimal): -2440747 or 14008794. OLE color: 14008794.

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

Color convert

RGB 218 193 213 -
CMYK 0 0.11 0.02 0.15
HSL 312º 0.25% 0.81% -
HSV(B) 312º 0.11% 0.85% -
XYZ 59.99 57.85 70.95 -
YUV 202.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 218 193 213 0 0.11 0.02 0.15 312 0.25 0.81
Hex DA C1 D5 0 B 2 F 138 19 51
Octal 332 301 325 0 13 2 17 470 31 121
Binary 11011010 11000001 11010101 0 1011 10 1111 100111000 11001 1010001

Color Harmonies of #DAC1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC1D5

Black with #DAC1D5

Text Example


Text Example

White with #DAC1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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