Html Css Color HEX #DDA5D1 French Lilac

📋 copy color: '#DDA5D1'

red 221 ◦ green 165 ◦ blue 209

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

Shades of French Lilac #DDA5D1

Tints of French Lilac #DDA5D1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.73%

 BLUE value IS 209 (82.03% from 255) = 35.13%

R = 37.14%
G = 27.73%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDA5D1 (or 0xDDA5D1) is known color: French Lilac. HEX triplet: DD, A5 and D1. RGB value is (221,165,209). Sum of RGB (Red+Green+Blue) = 221+165+209=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5D1 is #225A2E. Grayscale: #BABABA. Windows color (decimal): -2251311 or 13739485. OLE color: 13739485.

HSL color Cylindrical-coordinate representation of color #DDA5D1: hue angle of 312.86º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA5D1 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 209 -
CMYK 0 0.25 0.05 0.13
HSL 312.86º 0.45% 0.76% -
HSV(B) 312.86º 0.25% 0.87% -
XYZ 54.78 46.89 66.48 -
YUV 186.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 221 165 209 0 0.25 0.05 0.13 312.86 0.45 0.76
Hex DD A5 D1 0 19 5 D 139 2D 4C
Octal 335 245 321 0 31 5 15 471 55 114
Binary 11011101 10100101 11010001 0 11001 101 1101 100111001 101101 1001100

Color Harmonies of #DDA5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5D1

Black with #DDA5D1

Text Example


Text Example

White with #DDA5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5D1; }

 p { color: rgb(221,165,209); }

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

background-color css

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

 a { background-color: rgb(221,165,209); }

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

border-color css

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

 span { border-color: rgb(221,165,209); }

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