Html Css Color HEX #DDB3DD French Lilac

📋 copy color: '#DDB3DD'

red 221 ◦ green 179 ◦ blue 221

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

Shades of French Lilac #DDB3DD

Tints of French Lilac #DDB3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.59%

R = 35.59%
G = 28.82%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDB3DD (or 0xDDB3DD) is known color: French Lilac. HEX triplet: DD, B3 and DD. RGB value is (221,179,221). Sum of RGB (Red+Green+Blue) = 221+179+221=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3DD is #224C22. Grayscale: #C4C4C4. Windows color (decimal): -2247715 or 14529501. OLE color: 14529501.

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

Color convert

RGB 221 179 221 -
CMYK 0 0.19 0 0.13
HSL 300º 0.38% 0.78% -
HSV(B) 300º 0.19% 0.87% -
XYZ 58.99 52.83 75.5 -
YUV 196.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 221 179 221 0 0.19 0 0.13 300 0.38 0.78
Hex DD B3 DD 0 13 0 D 12C 26 4E
Octal 335 263 335 0 23 0 15 454 46 116
Binary 11011101 10110011 11011101 0 10011 0 1101 100101100 100110 1001110

Color Harmonies of #DDB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3DD

Black with #DDB3DD

Text Example


Text Example

White with #DDB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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