Html Css Color HEX #DDA8D5 French Lilac

📋 copy color: '#DDA8D5'

red 221 ◦ green 168 ◦ blue 213

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

Shades of French Lilac #DDA8D5

Tints of French Lilac #DDA8D5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.91%

 BLUE value IS 213 (83.59% from 255) = 35.38%

R = 36.71%
G = 27.91%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDA8D5 (or 0xDDA8D5) is known color: French Lilac. HEX triplet: DD, A8 and D5. RGB value is (221,168,213). Sum of RGB (Red+Green+Blue) = 221+168+213=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8D5 is #22572A. Grayscale: #BCBCBC. Windows color (decimal): -2250539 or 14002397. OLE color: 14002397.

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

Color convert

RGB 221 168 213 -
CMYK 0 0.24 0.04 0.13
HSL 309.06º 0.44% 0.76% -
HSV(B) 309.06º 0.24% 0.87% -
XYZ 55.83 48.18 69.31 -
YUV 188.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 221 168 213 0 0.24 0.04 0.13 309.06 0.44 0.76
Hex DD A8 D5 0 18 4 D 135 2C 4C
Octal 335 250 325 0 30 4 15 465 54 114
Binary 11011101 10101000 11010101 0 11000 100 1101 100110101 101100 1001100

Color Harmonies of #DDA8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8D5

Black with #DDA8D5

Text Example


Text Example

White with #DDA8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8D5; }

 p { color: rgb(221,168,213); }

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

background-color css

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

 a { background-color: rgb(221,168,213); }

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

border-color css

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

 span { border-color: rgb(221,168,213); }

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