Html Css Color HEX #DDB3DB French Lilac

📋 copy color: '#DDB3DB'

red 221 ◦ green 179 ◦ blue 219

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

Shades of French Lilac #DDB3DB

Tints of French Lilac #DDB3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.92%

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

R = 35.7%
G = 28.92%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDB3DB (or 0xDDB3DB) is known color: French Lilac. HEX triplet: DD, B3 and DB. RGB value is (221,179,219). Sum of RGB (Red+Green+Blue) = 221+179+219=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3DB is #224C24. Grayscale: #C4C4C4. Windows color (decimal): -2247717 or 14398429. OLE color: 14398429.

HSL color Cylindrical-coordinate representation of color #DDB3DB: hue angle of 302.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB3DB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 219 -
CMYK 0 0.19 0.01 0.13
HSL 302.86º 0.38% 0.78% -
HSV(B) 302.86º 0.19% 0.87% -
XYZ 58.73 52.73 74.1 -
YUV 196.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 221 179 219 0 0.19 0.01 0.13 302.86 0.38 0.78
Hex DD B3 DB 0 13 1 D 12F 26 4E
Octal 335 263 333 0 23 1 15 457 46 116
Binary 11011101 10110011 11011011 0 10011 1 1101 100101111 100110 1001110

Color Harmonies of #DDB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3DB

Black with #DDB3DB

Text Example


Text Example

White with #DDB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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