Html Css Color HEX #DDABD0 French Lilac

📋 copy color: '#DDABD0'

red 221 ◦ green 171 ◦ blue 208

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

Shades of French Lilac #DDABD0

Tints of French Lilac #DDABD0

RGB

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

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

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

R = 36.83%
G = 28.5%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDABD0 (or 0xDDABD0) is known color: French Lilac. HEX triplet: DD, AB and D0. RGB value is (221,171,208). Sum of RGB (Red+Green+Blue) = 221+171+208=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABD0 is #22542F. Grayscale: #BEBEBE. Windows color (decimal): -2249776 or 13675485. OLE color: 13675485.

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

Color convert

RGB 221 171 208 -
CMYK 0 0.23 0.06 0.13
HSL 315.6º 0.42% 0.77% -
HSV(B) 315.6º 0.23% 0.87% -
XYZ 55.77 49.05 66.2 -
YUV 190.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 221 171 208 0 0.23 0.06 0.13 315.6 0.42 0.77
Hex DD AB D0 0 17 6 D 13C 2A 4D
Octal 335 253 320 0 27 6 15 474 52 115
Binary 11011101 10101011 11010000 0 10111 110 1101 100111100 101010 1001101

Color Harmonies of #DDABD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABD0

Black with #DDABD0

Text Example


Text Example

White with #DDABD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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