Html Css Color HEX #DDA4D1 French Lilac

📋 copy color: '#DDA4D1'

red 221 ◦ green 164 ◦ blue 209

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

Shades of French Lilac #DDA4D1

Tints of French Lilac #DDA4D1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.61%

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

R = 37.21%
G = 27.61%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDA4D1 (or 0xDDA4D1) is known color: French Lilac. HEX triplet: DD, A4 and D1. RGB value is (221,164,209). Sum of RGB (Red+Green+Blue) = 221+164+209=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4D1 is #225B2E. Grayscale: #BABABA. Windows color (decimal): -2251567 or 13739229. OLE color: 13739229.

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

Color convert

RGB 221 164 209 -
CMYK 0 0.26 0.05 0.13
HSL 312.63º 0.46% 0.75% -
HSV(B) 312.63º 0.26% 0.87% -
XYZ 54.6 46.53 66.42 -
YUV 186.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 221 164 209 0 0.26 0.05 0.13 312.63 0.46 0.75
Hex DD A4 D1 0 1A 5 D 139 2E 4B
Octal 335 244 321 0 32 5 15 471 56 113
Binary 11011101 10100100 11010001 0 11010 101 1101 100111001 101110 1001011

Color Harmonies of #DDA4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA4D1

Black with #DDA4D1

Text Example


Text Example

White with #DDA4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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