Html Css Color HEX #DDABD3 French Lilac

📋 copy color: '#DDABD3'

red 221 ◦ green 171 ◦ blue 211

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

Shades of French Lilac #DDABD3

Tints of French Lilac #DDABD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.99%

R = 36.65%
G = 28.36%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDABD3 (or 0xDDABD3) is known color: French Lilac. HEX triplet: DD, AB and D3. RGB value is (221,171,211). Sum of RGB (Red+Green+Blue) = 221+171+211=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABD3 is #22542C. Grayscale: #BEBEBE. Windows color (decimal): -2249773 or 13872093. OLE color: 13872093.

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

Color convert

RGB 221 171 211 -
CMYK 0 0.23 0.05 0.13
HSL 312º 0.42% 0.77% -
HSV(B) 312º 0.23% 0.87% -
XYZ 56.14 49.2 68.17 -
YUV 190.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 221 171 211 0 0.23 0.05 0.13 312 0.42 0.77
Hex DD AB D3 0 17 5 D 138 2A 4D
Octal 335 253 323 0 27 5 15 470 52 115
Binary 11011101 10101011 11010011 0 10111 101 1101 100111000 101010 1001101

Color Harmonies of #DDABD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABD3

Black with #DDABD3

Text Example


Text Example

White with #DDABD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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