Html Css Color HEX #DDACD0 French Lilac

📋 copy color: '#DDACD0'

red 221 ◦ green 172 ◦ blue 208

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

Shades of French Lilac #DDACD0

Tints of French Lilac #DDACD0

RGB

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

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

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

R = 36.77%
G = 28.62%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDACD0 (or 0xDDACD0) is known color: French Lilac. HEX triplet: DD, AC and D0. RGB value is (221,172,208). Sum of RGB (Red+Green+Blue) = 221+172+208=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACD0 is #22532F. Grayscale: #BEBEBE. Windows color (decimal): -2249520 or 13675741. OLE color: 13675741.

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

Color convert

RGB 221 172 208 -
CMYK 0 0.22 0.06 0.13
HSL 315.92º 0.42% 0.77% -
HSV(B) 315.92º 0.22% 0.87% -
XYZ 55.96 49.43 66.27 -
YUV 190.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 221 172 208 0 0.22 0.06 0.13 315.92 0.42 0.77
Hex DD AC D0 0 16 6 D 13C 2A 4D
Octal 335 254 320 0 26 6 15 474 52 115
Binary 11011101 10101100 11010000 0 10110 110 1101 100111100 101010 1001101

Color Harmonies of #DDACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACD0

Black with #DDACD0

Text Example


Text Example

White with #DDACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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