Html Css Color HEX #DDACD6 French Lilac

📋 copy color: '#DDACD6'

red 221 ◦ green 172 ◦ blue 214

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

Shades of French Lilac #DDACD6

Tints of French Lilac #DDACD6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.34%

 BLUE value IS 214 (83.98% from 255) = 35.26%

R = 36.41%
G = 28.34%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DDACD6 (or 0xDDACD6) is known color: French Lilac. HEX triplet: DD, AC and D6. RGB value is (221,172,214). Sum of RGB (Red+Green+Blue) = 221+172+214=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACD6 is #225329. Grayscale: #BFBFBF. Windows color (decimal): -2249514 or 14068957. OLE color: 14068957.

HSL color Cylindrical-coordinate representation of color #DDACD6: hue angle of 308.57º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACD6 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 214 -
CMYK 0 0.22 0.03 0.13
HSL 308.57º 0.42% 0.77% -
HSV(B) 308.57º 0.22% 0.87% -
XYZ 56.71 49.73 70.23 -
YUV 191.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 221 172 214 0 0.22 0.03 0.13 308.57 0.42 0.77
Hex DD AC D6 0 16 3 D 135 2A 4D
Octal 335 254 326 0 26 3 15 465 52 115
Binary 11011101 10101100 11010110 0 10110 11 1101 100110101 101010 1001101

Color Harmonies of #DDACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACD6

Black with #DDACD6

Text Example


Text Example

White with #DDACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACD6; }

 p { color: rgb(221,172,214); }

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

background-color css

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

 a { background-color: rgb(221,172,214); }

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

border-color css

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

 span { border-color: rgb(221,172,214); }

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