Html Css Color HEX #DAC0D4 French Lilac

📋 copy color: '#DAC0D4'

red 218 ◦ green 192 ◦ blue 212

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

Shades of French Lilac #DAC0D4

Tints of French Lilac #DAC0D4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.87%

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

R = 35.05%
G = 30.87%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DAC0D4 (or 0xDAC0D4) is known color: French Lilac. HEX triplet: DA, C0 and D4. RGB value is (218,192,212). Sum of RGB (Red+Green+Blue) = 218+192+212=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0D4 is #253F2B. Grayscale: #CACACA. Windows color (decimal): -2441004 or 13943002. OLE color: 13943002.

HSL color Cylindrical-coordinate representation of color #DAC0D4: hue angle of 313.85º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC0D4 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 212 -
CMYK 0 0.12 0.03 0.15
HSL 313.85º 0.26% 0.8% -
HSV(B) 313.85º 0.12% 0.85% -
XYZ 59.65 57.36 70.21 -
YUV 202.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 218 192 212 0 0.12 0.03 0.15 313.85 0.26 0.8
Hex DA C0 D4 0 C 3 F 13A 1A 50
Octal 332 300 324 0 14 3 17 472 32 120
Binary 11011010 11000000 11010100 0 1100 11 1111 100111010 11010 1010000

Color Harmonies of #DAC0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC0D4

Black with #DAC0D4

Text Example


Text Example

White with #DAC0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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