Html Css Color HEX #DDAEDA French Lilac

📋 copy color: '#DDAEDA'

red 221 ◦ green 174 ◦ blue 218

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

Shades of French Lilac #DDAEDA

Tints of French Lilac #DDAEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.56%

R = 36.05%
G = 28.38%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDAEDA (or 0xDDAEDA) is known color: French Lilac. HEX triplet: DD, AE and DA. RGB value is (221,174,218). Sum of RGB (Red+Green+Blue) = 221+174+218=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEDA is #225125. Grayscale: #C0C0C0. Windows color (decimal): -2248998 or 14331613. OLE color: 14331613.

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

Color convert

RGB 221 174 218 -
CMYK 0 0.21 0.01 0.13
HSL 303.83º 0.41% 0.77% -
HSV(B) 303.83º 0.21% 0.87% -
XYZ 57.61 50.71 73.08 -
YUV 193.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 221 174 218 0 0.21 0.01 0.13 303.83 0.41 0.77
Hex DD AE DA 0 15 1 D 130 29 4D
Octal 335 256 332 0 25 1 15 460 51 115
Binary 11011101 10101110 11011010 0 10101 1 1101 100110000 101001 1001101

Color Harmonies of #DDAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAEDA

Black with #DDAEDA

Text Example


Text Example

White with #DDAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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