Html Css Color HEX #DDADD2 French Lilac

📋 copy color: '#DDADD2'

red 221 ◦ green 173 ◦ blue 210

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

Shades of French Lilac #DDADD2

Tints of French Lilac #DDADD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.77%

R = 36.59%
G = 28.64%
B = 34.77%

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

#DDADD2 (or 0xDDADD2) is known color: French Lilac. HEX triplet: DD, AD and D2. RGB value is (221,173,210). Sum of RGB (Red+Green+Blue) = 221+173+210=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADD2 is #22522D. Grayscale: #BFBFBF. Windows color (decimal): -2249262 or 13807069. OLE color: 13807069.

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

Color convert

RGB 221 173 210 -
CMYK 0 0.22 0.05 0.13
HSL 313.75º 0.41% 0.77% -
HSV(B) 313.75º 0.22% 0.87% -
XYZ 56.4 49.91 67.63 -
YUV 191.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 221 173 210 0 0.22 0.05 0.13 313.75 0.41 0.77
Hex DD AD D2 0 16 5 D 13A 29 4D
Octal 335 255 322 0 26 5 15 472 51 115
Binary 11011101 10101101 11010010 0 10110 101 1101 100111010 101001 1001101

Color Harmonies of #DDADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADD2

Black with #DDADD2

Text Example


Text Example

White with #DDADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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