Html Css Color HEX #DCACD7 French Lilac

📋 copy color: '#DCACD7'

red 220 ◦ green 172 ◦ blue 215

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

Shades of French Lilac #DCACD7

Tints of French Lilac #DCACD7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.34%

 BLUE value IS 215 (84.38% from 255) = 35.42%

R = 36.24%
G = 28.34%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCACD7 (or 0xDCACD7) is known color: French Lilac. HEX triplet: DC, AC and D7. RGB value is (220,172,215). Sum of RGB (Red+Green+Blue) = 220+172+215=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACD7 is #235328. Grayscale: #BFBFBF. Windows color (decimal): -2315049 or 14134492. OLE color: 14134492.

HSL color Cylindrical-coordinate representation of color #DCACD7: hue angle of 306.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACD7 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 172 215 -
CMYK 0 0.22 0.02 0.14
HSL 306.25º 0.41% 0.77% -
HSV(B) 306.25º 0.22% 0.86% -
XYZ 56.53 49.63 70.89 -
YUV 191.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 220 172 215 0 0.22 0.02 0.14 306.25 0.41 0.77
Hex DC AC D7 0 16 2 E 132 29 4D
Octal 334 254 327 0 26 2 16 462 51 115
Binary 11011100 10101100 11010111 0 10110 10 1110 100110010 101001 1001101

Color Harmonies of #DCACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACD7

Black with #DCACD7

Text Example


Text Example

White with #DCACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACD7; }

 p { color: rgb(220,172,215); }

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

background-color css

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

 a { background-color: rgb(220,172,215); }

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

border-color css

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

 span { border-color: rgb(220,172,215); }

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