Html Css Color HEX #DDABD4 French Lilac

📋 copy color: '#DDABD4'

red 221 ◦ green 171 ◦ blue 212

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

Shades of French Lilac #DDABD4

Tints of French Lilac #DDABD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.1%

R = 36.59%
G = 28.31%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDABD4 (or 0xDDABD4) is known color: French Lilac. HEX triplet: DD, AB and D4. RGB value is (221,171,212). Sum of RGB (Red+Green+Blue) = 221+171+212=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABD4 is #22542B. Grayscale: #BEBEBE. Windows color (decimal): -2249772 or 13937629. OLE color: 13937629.

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

Color convert

RGB 221 171 212 -
CMYK 0 0.23 0.04 0.13
HSL 310.8º 0.42% 0.77% -
HSV(B) 310.8º 0.23% 0.87% -
XYZ 56.27 49.25 68.83 -
YUV 190.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 221 171 212 0 0.23 0.04 0.13 310.8 0.42 0.77
Hex DD AB D4 0 17 4 D 137 2A 4D
Octal 335 253 324 0 27 4 15 467 52 115
Binary 11011101 10101011 11010100 0 10111 100 1101 100110111 101010 1001101

Color Harmonies of #DDABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABD4

Black with #DDABD4

Text Example


Text Example

White with #DDABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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