Html Css Color HEX #DDADCD French Lilac

📋 copy color: '#DDADCD'

red 221 ◦ green 173 ◦ blue 205

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

Shades of French Lilac #DDADCD

Tints of French Lilac #DDADCD

RGB

 RED value IS 221 (86.72% from 255) = 36.89%

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

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

R = 36.89%
G = 28.88%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDADCD (or 0xDDADCD) is known color: French Lilac. HEX triplet: DD, AD and CD. RGB value is (221,173,205). Sum of RGB (Red+Green+Blue) = 221+173+205=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADCD is #225232. Grayscale: #BEBEBE. Windows color (decimal): -2249267 or 13479389. OLE color: 13479389.

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

Color convert

RGB 221 173 205 -
CMYK 0 0.22 0.07 0.13
HSL 320º 0.41% 0.77% -
HSV(B) 320º 0.22% 0.87% -
XYZ 55.78 49.67 64.4 -
YUV 191 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 221 173 205 0 0.22 0.07 0.13 320 0.41 0.77
Hex DD AD CD 0 16 7 D 140 29 4D
Octal 335 255 315 0 26 7 15 500 51 115
Binary 11011101 10101101 11001101 0 10110 111 1101 101000000 101001 1001101

Color Harmonies of #DDADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADCD

Black with #DDADCD

Text Example


Text Example

White with #DDADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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