Html Css Color HEX #DCAECD French Lilac

📋 copy color: '#DCAECD'

red 220 ◦ green 174 ◦ blue 205

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

Shades of French Lilac #DCAECD

Tints of French Lilac #DCAECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.05%

 BLUE value IS 205 (80.47% from 255) = 34.22%

R = 36.73%
G = 29.05%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCAECD (or 0xDCAECD) is known color: French Lilac. HEX triplet: DC, AE and CD. RGB value is (220,174,205). Sum of RGB (Red+Green+Blue) = 220+174+205=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAECD is #235132. Grayscale: #BFBFBF. Windows color (decimal): -2314547 or 13479644. OLE color: 13479644.

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

Color convert

RGB 220 174 205 -
CMYK 0 0.21 0.07 0.14
HSL 319.57º 0.4% 0.77% -
HSV(B) 319.57º 0.21% 0.86% -
XYZ 55.67 49.9 64.45 -
YUV 191.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 220 174 205 0 0.21 0.07 0.14 319.57 0.4 0.77
Hex DC AE CD 0 15 7 E 140 28 4D
Octal 334 256 315 0 25 7 16 500 50 115
Binary 11011100 10101110 11001101 0 10101 111 1110 101000000 101000 1001101

Color Harmonies of #DCAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAECD

Black with #DCAECD

Text Example


Text Example

White with #DCAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAECD; }

 p { color: rgb(220,174,205); }

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

background-color css

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

 a { background-color: rgb(220,174,205); }

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

border-color css

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

 span { border-color: rgb(220,174,205); }

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