Html Css Color HEX #DCAAD2 French Lilac

📋 copy color: '#DCAAD2'

red 220 ◦ green 170 ◦ blue 210

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

Shades of French Lilac #DCAAD2

Tints of French Lilac #DCAAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35%

R = 36.67%
G = 28.33%
B = 35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCAAD2 (or 0xDCAAD2) is known color: French Lilac. HEX triplet: DC, AA and D2. RGB value is (220,170,210). Sum of RGB (Red+Green+Blue) = 220+170+210=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAD2 is #23552D. Grayscale: #BDBDBD. Windows color (decimal): -2315566 or 13806300. OLE color: 13806300.

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

Color convert

RGB 220 170 210 -
CMYK 0 0.23 0.05 0.14
HSL 312º 0.42% 0.76% -
HSV(B) 312º 0.23% 0.86% -
XYZ 55.52 48.62 67.43 -
YUV 189.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 220 170 210 0 0.23 0.05 0.14 312 0.42 0.76
Hex DC AA D2 0 17 5 E 138 2A 4C
Octal 334 252 322 0 27 5 16 470 52 114
Binary 11011100 10101010 11010010 0 10111 101 1110 100111000 101010 1001100

Color Harmonies of #DCAAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAD2

Black with #DCAAD2

Text Example


Text Example

White with #DCAAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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