Html Css Color HEX #DDADD1 French Lilac

📋 copy color: '#DDADD1'

red 221 ◦ green 173 ◦ blue 209

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

Shades of French Lilac #DDADD1

Tints of French Lilac #DDADD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.66%

R = 36.65%
G = 28.69%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDADD1 (or 0xDDADD1) is known color: French Lilac. HEX triplet: DD, AD and D1. RGB value is (221,173,209). Sum of RGB (Red+Green+Blue) = 221+173+209=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD1 is #22522E. Grayscale: #BFBFBF. Windows color (decimal): -2249263 or 13741533. OLE color: 13741533.

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

Color convert

RGB 221 173 209 -
CMYK 0 0.22 0.05 0.13
HSL 315º 0.41% 0.77% -
HSV(B) 315º 0.22% 0.87% -
XYZ 56.27 49.86 66.98 -
YUV 191.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 221 173 209 0 0.22 0.05 0.13 315 0.41 0.77
Hex DD AD D1 0 16 5 D 13B 29 4D
Octal 335 255 321 0 26 5 15 473 51 115
Binary 11011101 10101101 11010001 0 10110 101 1101 100111011 101001 1001101

Color Harmonies of #DDADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADD1

Black with #DDADD1

Text Example


Text Example

White with #DDADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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