Html Css Color HEX #DDAED9 French Lilac

📋 copy color: '#DDAED9'

red 221 ◦ green 174 ◦ blue 217

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

Shades of French Lilac #DDAED9

Tints of French Lilac #DDAED9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.43%

 BLUE value IS 217 (85.16% from 255) = 35.46%

R = 36.11%
G = 28.43%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDAED9 (or 0xDDAED9) is known color: French Lilac. HEX triplet: DD, AE and D9. RGB value is (221,174,217). Sum of RGB (Red+Green+Blue) = 221+174+217=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAED9 is #225126. Grayscale: #C0C0C0. Windows color (decimal): -2248999 or 14266077. OLE color: 14266077.

HSL color Cylindrical-coordinate representation of color #DDAED9: hue angle of 305.11º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAED9 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 174 217 -
CMYK 0 0.21 0.02 0.13
HSL 305.11º 0.41% 0.77% -
HSV(B) 305.11º 0.21% 0.87% -
XYZ 57.48 50.65 72.39 -
YUV 192.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 221 174 217 0 0.21 0.02 0.13 305.11 0.41 0.77
Hex DD AE D9 0 15 2 D 131 29 4D
Octal 335 256 331 0 25 2 15 461 51 115
Binary 11011101 10101110 11011001 0 10101 10 1101 100110001 101001 1001101

Color Harmonies of #DDAED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAED9

Black with #DDAED9

Text Example


Text Example

White with #DDAED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAED9; }

 p { color: rgb(221,174,217); }

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

background-color css

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

 a { background-color: rgb(221,174,217); }

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

border-color css

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

 span { border-color: rgb(221,174,217); }

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