Html Css Color HEX #DDAED8 French Lilac

📋 copy color: '#DDAED8'

red 221 ◦ green 174 ◦ blue 216

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

Shades of French Lilac #DDAED8

Tints of French Lilac #DDAED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.35%

R = 36.17%
G = 28.48%
B = 35.35%

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

#DDAED8 (or 0xDDAED8) is known color: French Lilac. HEX triplet: DD, AE and D8. RGB value is (221,174,216). Sum of RGB (Red+Green+Blue) = 221+174+216=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAED8 is #225127. Grayscale: #C0C0C0. Windows color (decimal): -2249000 or 14200541. OLE color: 14200541.

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

Color convert

RGB 221 174 216 -
CMYK 0 0.21 0.02 0.13
HSL 306.38º 0.41% 0.77% -
HSV(B) 306.38º 0.21% 0.87% -
XYZ 57.35 50.6 71.71 -
YUV 192.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 221 174 216 0 0.21 0.02 0.13 306.38 0.41 0.77
Hex DD AE D8 0 15 2 D 132 29 4D
Octal 335 256 330 0 25 2 15 462 51 115
Binary 11011101 10101110 11011000 0 10101 10 1101 100110010 101001 1001101

Color Harmonies of #DDAED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAED8

Black with #DDAED8

Text Example


Text Example

White with #DDAED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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