Html Css Color HEX #DDAACD French Lilac

📋 copy color: '#DDAACD'

red 221 ◦ green 170 ◦ blue 205

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

Shades of French Lilac #DDAACD

Tints of French Lilac #DDAACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.52%

 BLUE value IS 205 (80.47% from 255) = 34.4%

R = 37.08%
G = 28.52%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDAACD (or 0xDDAACD) is known color: French Lilac. HEX triplet: DD, AA and CD. RGB value is (221,170,205). Sum of RGB (Red+Green+Blue) = 221+170+205=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAACD is #225532. Grayscale: #BDBDBD. Windows color (decimal): -2250035 or 13478621. OLE color: 13478621.

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

Color convert

RGB 221 170 205 -
CMYK 0 0.23 0.07 0.13
HSL 318.82º 0.43% 0.77% -
HSV(B) 318.82º 0.23% 0.87% -
XYZ 55.21 48.53 64.21 -
YUV 189.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 221 170 205 0 0.23 0.07 0.13 318.82 0.43 0.77
Hex DD AA CD 0 17 7 D 13F 2B 4D
Octal 335 252 315 0 27 7 15 477 53 115
Binary 11011101 10101010 11001101 0 10111 111 1101 100111111 101011 1001101

Color Harmonies of #DDAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAACD

Black with #DDAACD

Text Example


Text Example

White with #DDAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAACD; }

 p { color: rgb(221,170,205); }

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

background-color css

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

 a { background-color: rgb(221,170,205); }

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

border-color css

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

 span { border-color: rgb(221,170,205); }

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