Html Css Color HEX #DDABCD French Lilac

📋 copy color: '#DDABCD'

red 221 ◦ green 171 ◦ blue 205

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

Shades of French Lilac #DDABCD

Tints of French Lilac #DDABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.64%

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

R = 37.02%
G = 28.64%
B = 34.34%

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

#DDABCD (or 0xDDABCD) is known color: French Lilac. HEX triplet: DD, AB and CD. RGB value is (221,171,205). Sum of RGB (Red+Green+Blue) = 221+171+205=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABCD is #225432. Grayscale: #BDBDBD. Windows color (decimal): -2249779 or 13478877. OLE color: 13478877.

HSL color Cylindrical-coordinate representation of color #DDABCD: hue angle of 319.2º degrees, saturation: 0.42, 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 #DDABCD is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 171 205 -
CMYK 0 0.23 0.07 0.13
HSL 319.2º 0.42% 0.77% -
HSV(B) 319.2º 0.23% 0.87% -
XYZ 55.4 48.91 64.28 -
YUV 189.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 221 171 205 0 0.23 0.07 0.13 319.2 0.42 0.77
Hex DD AB CD 0 17 7 D 13F 2A 4D
Octal 335 253 315 0 27 7 15 477 52 115
Binary 11011101 10101011 11001101 0 10111 111 1101 100111111 101010 1001101

Color Harmonies of #DDABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABCD

Black with #DDABCD

Text Example


Text Example

White with #DDABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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