Html Css Color HEX #DDA5D0 French Lilac

📋 copy color: '#DDA5D0'

red 221 ◦ green 165 ◦ blue 208

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

Shades of French Lilac #DDA5D0

Tints of French Lilac #DDA5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.02%

R = 37.21%
G = 27.78%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDA5D0 (or 0xDDA5D0) is known color: French Lilac. HEX triplet: DD, A5 and D0. RGB value is (221,165,208). Sum of RGB (Red+Green+Blue) = 221+165+208=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5D0 is #225A2F. Grayscale: #BABABA. Windows color (decimal): -2251312 or 13673949. OLE color: 13673949.

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

Color convert

RGB 221 165 208 -
CMYK 0 0.25 0.06 0.13
HSL 313.93º 0.45% 0.76% -
HSV(B) 313.93º 0.25% 0.87% -
XYZ 54.66 46.84 65.83 -
YUV 186.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 221 165 208 0 0.25 0.06 0.13 313.93 0.45 0.76
Hex DD A5 D0 0 19 6 D 13A 2D 4C
Octal 335 245 320 0 31 6 15 472 55 114
Binary 11011101 10100101 11010000 0 11001 110 1101 100111010 101101 1001100

Color Harmonies of #DDA5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5D0

Black with #DDA5D0

Text Example


Text Example

White with #DDA5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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