Html Css Color HEX #DDACDA French Lilac

📋 copy color: '#DDACDA'

red 221 ◦ green 172 ◦ blue 218

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

Shades of French Lilac #DDACDA

Tints of French Lilac #DDACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 36.17%
G = 28.15%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDACDA (or 0xDDACDA) is known color: French Lilac. HEX triplet: DD, AC and DA. RGB value is (221,172,218). Sum of RGB (Red+Green+Blue) = 221+172+218=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACDA is #225325. Grayscale: #BFBFBF. Windows color (decimal): -2249510 or 14331101. OLE color: 14331101.

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

Color convert

RGB 221 172 218 -
CMYK 0 0.22 0.01 0.13
HSL 303.67º 0.42% 0.77% -
HSV(B) 303.67º 0.22% 0.87% -
XYZ 57.23 49.94 72.95 -
YUV 191.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 221 172 218 0 0.22 0.01 0.13 303.67 0.42 0.77
Hex DD AC DA 0 16 1 D 130 2A 4D
Octal 335 254 332 0 26 1 15 460 52 115
Binary 11011101 10101100 11011010 0 10110 1 1101 100110000 101010 1001101

Color Harmonies of #DDACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACDA

Black with #DDACDA

Text Example


Text Example

White with #DDACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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