Html Css Color HEX #DCADCD French Lilac

📋 copy color: '#DCADCD'

red 220 ◦ green 173 ◦ blue 205

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

Shades of French Lilac #DCADCD

Tints of French Lilac #DCADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.93%

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

R = 36.79%
G = 28.93%
B = 34.28%

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

#DCADCD (or 0xDCADCD) is known color: French Lilac. HEX triplet: DC, AD and CD. RGB value is (220,173,205). Sum of RGB (Red+Green+Blue) = 220+173+205=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADCD is #235232. Grayscale: #BEBEBE. Windows color (decimal): -2314803 or 13479388. OLE color: 13479388.

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

Color convert

RGB 220 173 205 -
CMYK 0 0.21 0.07 0.14
HSL 319.15º 0.4% 0.77% -
HSV(B) 319.15º 0.21% 0.86% -
XYZ 55.48 49.51 64.39 -
YUV 190.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 220 173 205 0 0.21 0.07 0.14 319.15 0.4 0.77
Hex DC AD CD 0 15 7 E 13F 28 4D
Octal 334 255 315 0 25 7 16 477 50 115
Binary 11011100 10101101 11001101 0 10101 111 1110 100111111 101000 1001101

Color Harmonies of #DCADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADCD

Black with #DCADCD

Text Example


Text Example

White with #DCADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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