Html Css Color HEX #DDAED2 French Lilac

📋 copy color: '#DDAED2'

red 221 ◦ green 174 ◦ blue 210

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

Shades of French Lilac #DDAED2

Tints of French Lilac #DDAED2

RGB

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

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

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

R = 36.53%
G = 28.76%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDAED2 (or 0xDDAED2) is known color: French Lilac. HEX triplet: DD, AE and D2. RGB value is (221,174,210). Sum of RGB (Red+Green+Blue) = 221+174+210=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAED2 is #22512D. Grayscale: #C0C0C0. Windows color (decimal): -2249006 or 13807325. OLE color: 13807325.

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

Color convert

RGB 221 174 210 -
CMYK 0 0.21 0.05 0.13
HSL 314.04º 0.41% 0.77% -
HSV(B) 314.04º 0.21% 0.87% -
XYZ 56.59 50.3 67.7 -
YUV 192.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 221 174 210 0 0.21 0.05 0.13 314.04 0.41 0.77
Hex DD AE D2 0 15 5 D 13A 29 4D
Octal 335 256 322 0 25 5 15 472 51 115
Binary 11011101 10101110 11010010 0 10101 101 1101 100111010 101001 1001101

Color Harmonies of #DDAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAED2

Black with #DDAED2

Text Example


Text Example

White with #DDAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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