Html Css Color HEX #DCACD5 French Lilac

📋 copy color: '#DCACD5'

red 220 ◦ green 172 ◦ blue 213

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

Shades of French Lilac #DCACD5

Tints of French Lilac #DCACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.21%

R = 36.36%
G = 28.43%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCACD5 (or 0xDCACD5) is known color: French Lilac. HEX triplet: DC, AC and D5. RGB value is (220,172,213). Sum of RGB (Red+Green+Blue) = 220+172+213=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACD5 is #23532A. Grayscale: #BEBEBE. Windows color (decimal): -2315051 or 14003420. OLE color: 14003420.

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

Color convert

RGB 220 172 213 -
CMYK 0 0.22 0.03 0.14
HSL 308.75º 0.41% 0.77% -
HSV(B) 308.75º 0.22% 0.86% -
XYZ 56.28 49.52 69.54 -
YUV 191.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 220 172 213 0 0.22 0.03 0.14 308.75 0.41 0.77
Hex DC AC D5 0 16 3 E 135 29 4D
Octal 334 254 325 0 26 3 16 465 51 115
Binary 11011100 10101100 11010101 0 10110 11 1110 100110101 101001 1001101

Color Harmonies of #DCACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACD5

Black with #DCACD5

Text Example


Text Example

White with #DCACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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