Html Css Color HEX #DCAAD3 French Lilac

📋 copy color: '#DCAAD3'

red 220 ◦ green 170 ◦ blue 211

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

Shades of French Lilac #DCAAD3

Tints of French Lilac #DCAAD3

RGB

 RED value IS 220 (86.33% from 255) = 36.61%

 GREEN value IS 170 (66.8% from 255) = 28.29%

 BLUE value IS 211 (82.81% from 255) = 35.11%

R = 36.61%
G = 28.29%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCAAD3 (or 0xDCAAD3) is known color: French Lilac. HEX triplet: DC, AA and D3. RGB value is (220,170,211). Sum of RGB (Red+Green+Blue) = 220+170+211=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAD3 is #23552C. Grayscale: #BDBDBD. Windows color (decimal): -2315565 or 13871836. OLE color: 13871836.

HSL color Cylindrical-coordinate representation of color #DCAAD3: hue angle of 310.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAAD3 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 211 -
CMYK 0 0.23 0.04 0.14
HSL 310.8º 0.42% 0.76% -
HSV(B) 310.8º 0.23% 0.86% -
XYZ 55.65 48.67 68.09 -
YUV 189.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 220 170 211 0 0.23 0.04 0.14 310.8 0.42 0.76
Hex DC AA D3 0 17 4 E 137 2A 4C
Octal 334 252 323 0 27 4 16 467 52 114
Binary 11011100 10101010 11010011 0 10111 100 1110 100110111 101010 1001100

Color Harmonies of #DCAAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAD3

Black with #DCAAD3

Text Example


Text Example

White with #DCAAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAD3; }

 p { color: rgb(220,170,211); }

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

background-color css

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

 a { background-color: rgb(220,170,211); }

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

border-color css

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

 span { border-color: rgb(220,170,211); }

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