Html Css Color HEX #DDADDB French Lilac

📋 copy color: '#DDADDB'

red 221 ◦ green 173 ◦ blue 219

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

Shades of French Lilac #DDADDB

Tints of French Lilac #DDADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.22%

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 36.05%
G = 28.22%
B = 35.73%

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

#DDADDB (or 0xDDADDB) is known color: French Lilac. HEX triplet: DD, AD and DB. RGB value is (221,173,219). Sum of RGB (Red+Green+Blue) = 221+173+219=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADDB is #225224. Grayscale: #C0C0C0. Windows color (decimal): -2249253 or 14396893. OLE color: 14396893.

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

Color convert

RGB 221 173 219 -
CMYK 0 0.22 0.01 0.13
HSL 302.5º 0.41% 0.77% -
HSV(B) 302.5º 0.22% 0.87% -
XYZ 57.55 50.37 73.71 -
YUV 192.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 221 173 219 0 0.22 0.01 0.13 302.5 0.41 0.77
Hex DD AD DB 0 16 1 D 12E 29 4D
Octal 335 255 333 0 26 1 15 456 51 115
Binary 11011101 10101101 11011011 0 10110 1 1101 100101110 101001 1001101

Color Harmonies of #DDADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADDB

Black with #DDADDB

Text Example


Text Example

White with #DDADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADDB; }

 p { color: rgb(221,173,219); }

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

background-color css

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

 a { background-color: rgb(221,173,219); }

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

border-color css

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

 span { border-color: rgb(221,173,219); }

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