Html Css Color HEX #DDADD8 French Lilac

📋 copy color: '#DDADD8'

red 221 ◦ green 173 ◦ blue 216

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

Shades of French Lilac #DDADD8

Tints of French Lilac #DDADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.41%

R = 36.23%
G = 28.36%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDADD8 (or 0xDDADD8) is known color: French Lilac. HEX triplet: DD, AD and D8. RGB value is (221,173,216). Sum of RGB (Red+Green+Blue) = 221+173+216=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD8 is #225227. Grayscale: #C0C0C0. Windows color (decimal): -2249256 or 14200285. OLE color: 14200285.

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

Color convert

RGB 221 173 216 -
CMYK 0 0.22 0.02 0.13
HSL 306.25º 0.41% 0.77% -
HSV(B) 306.25º 0.22% 0.87% -
XYZ 57.16 50.22 71.65 -
YUV 192.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 221 173 216 0 0.22 0.02 0.13 306.25 0.41 0.77
Hex DD AD D8 0 16 2 D 132 29 4D
Octal 335 255 330 0 26 2 15 462 51 115
Binary 11011101 10101101 11011000 0 10110 10 1101 100110010 101001 1001101

Color Harmonies of #DDADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADD8

Black with #DDADD8

Text Example


Text Example

White with #DDADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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