Html Css Color HEX #DDAED3 French Lilac

📋 copy color: '#DDAED3'

red 221 ◦ green 174 ◦ blue 211

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

Shades of French Lilac #DDAED3

Tints of French Lilac #DDAED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.82%

R = 36.47%
G = 28.71%
B = 34.82%

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

#DDAED3 (or 0xDDAED3) is known color: French Lilac. HEX triplet: DD, AE and D3. RGB value is (221,174,211). Sum of RGB (Red+Green+Blue) = 221+174+211=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAED3 is #22512C. Grayscale: #C0C0C0. Windows color (decimal): -2249005 or 13872861. OLE color: 13872861.

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

Color convert

RGB 221 174 211 -
CMYK 0 0.21 0.05 0.13
HSL 312.77º 0.41% 0.77% -
HSV(B) 312.77º 0.21% 0.87% -
XYZ 56.71 50.35 68.36 -
YUV 192.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 221 174 211 0 0.21 0.05 0.13 312.77 0.41 0.77
Hex DD AE D3 0 15 5 D 139 29 4D
Octal 335 256 323 0 25 5 15 471 51 115
Binary 11011101 10101110 11010011 0 10101 101 1101 100111001 101001 1001101

Color Harmonies of #DDAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAED3

Black with #DDAED3

Text Example


Text Example

White with #DDAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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