Html Css Color HEX #DDADD6 French Lilac

📋 copy color: '#DDADD6'

red 221 ◦ green 173 ◦ blue 214

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

Shades of French Lilac #DDADD6

Tints of French Lilac #DDADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.2%

R = 36.35%
G = 28.45%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DDADD6 (or 0xDDADD6) is known color: French Lilac. HEX triplet: DD, AD and D6. RGB value is (221,173,214). Sum of RGB (Red+Green+Blue) = 221+173+214=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD6 is #225229. Grayscale: #BFBFBF. Windows color (decimal): -2249258 or 14069213. OLE color: 14069213.

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

Color convert

RGB 221 173 214 -
CMYK 0 0.22 0.03 0.13
HSL 308.75º 0.41% 0.77% -
HSV(B) 308.75º 0.22% 0.87% -
XYZ 56.9 50.11 70.29 -
YUV 192.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 221 173 214 0 0.22 0.03 0.13 308.75 0.41 0.77
Hex DD AD D6 0 16 3 D 135 29 4D
Octal 335 255 326 0 26 3 15 465 51 115
Binary 11011101 10101101 11010110 0 10110 11 1101 100110101 101001 1001101

Color Harmonies of #DDADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADD6

Black with #DDADD6

Text Example


Text Example

White with #DDADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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