Html Css Color HEX #DCAAD4 French Lilac

📋 copy color: '#DCAAD4'

red 220 ◦ green 170 ◦ blue 212

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

Shades of French Lilac #DCAAD4

Tints of French Lilac #DCAAD4

RGB

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

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

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

R = 36.54%
G = 28.24%
B = 35.22%

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

#DCAAD4 (or 0xDCAAD4) is known color: French Lilac. HEX triplet: DC, AA and D4. RGB value is (220,170,212). Sum of RGB (Red+Green+Blue) = 220+170+212=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAD4 is #23552B. Grayscale: #BDBDBD. Windows color (decimal): -2315564 or 13937372. OLE color: 13937372.

HSL color Cylindrical-coordinate representation of color #DCAAD4: hue angle of 309.6º 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 #DCAAD4 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 212 -
CMYK 0 0.23 0.04 0.14
HSL 309.6º 0.42% 0.76% -
HSV(B) 309.6º 0.23% 0.86% -
XYZ 55.77 48.72 68.75 -
YUV 189.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 220 170 212 0 0.23 0.04 0.14 309.6 0.42 0.76
Hex DC AA D4 0 17 4 E 136 2A 4C
Octal 334 252 324 0 27 4 16 466 52 114
Binary 11011100 10101010 11010100 0 10111 100 1110 100110110 101010 1001100

Color Harmonies of #DCAAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAD4

Black with #DCAAD4

Text Example


Text Example

White with #DCAAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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