Html Css Color HEX #DDD1DA French Lilac

📋 copy color: '#DDD1DA'

red 221 ◦ green 209 ◦ blue 218

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

Shades of French Lilac #DDD1DA

Tints of French Lilac #DDD1DA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.25%

 BLUE value IS 218 (85.55% from 255) = 33.64%

R = 34.1%
G = 32.25%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDD1DA (or 0xDDD1DA) is known color: French Lilac. HEX triplet: DD, D1 and DA. RGB value is (221,209,218). Sum of RGB (Red+Green+Blue) = 221+209+218=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1DA is #222E25. Grayscale: #D5D5D5. Windows color (decimal): -2240038 or 14340573. OLE color: 14340573.

HSL color Cylindrical-coordinate representation of color #DDD1DA: hue angle of 315º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD1DA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 209 218 -
CMYK 0 0.05 0.01 0.13
HSL 315º 0.15% 0.84% -
HSV(B) 315º 0.05% 0.87% -
XYZ 65.27 66.04 75.64 -
YUV 213.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 221 209 218 0 0.05 0.01 0.13 315 0.15 0.84
Hex DD D1 DA 0 5 1 D 13B F 54
Octal 335 321 332 0 5 1 15 473 17 124
Binary 11011101 11010001 11011010 0 101 1 1101 100111011 1111 1010100

Color Harmonies of #DDD1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD1DA

Black with #DDD1DA

Text Example


Text Example

White with #DDD1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD1DA; }

 p { color: rgb(221,209,218); }

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

background-color css

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

 a { background-color: rgb(221,209,218); }

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

border-color css

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

 span { border-color: rgb(221,209,218); }

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