Html Css Color HEX #DDB0DD French Lilac

📋 copy color: '#DDB0DD'

red 221 ◦ green 176 ◦ blue 221

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

Shades of French Lilac #DDB0DD

Tints of French Lilac #DDB0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.48%

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

R = 35.76%
G = 28.48%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDB0DD (or 0xDDB0DD) is known color: French Lilac. HEX triplet: DD, B0 and DD. RGB value is (221,176,221). Sum of RGB (Red+Green+Blue) = 221+176+221=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0DD is #224F22. Grayscale: #C2C2C2. Windows color (decimal): -2248483 or 14528733. OLE color: 14528733.

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

Color convert

RGB 221 176 221 -
CMYK 0 0.20 0 0.13
HSL 300º 0.4% 0.78% -
HSV(B) 300º 0.2% 0.87% -
XYZ 58.4 51.64 75.3 -
YUV 194.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 221 176 221 0 0.20 0 0.13 300 0.4 0.78
Hex DD B0 DD 0 14 0 D 12C 28 4E
Octal 335 260 335 0 24 0 15 454 50 116
Binary 11011101 10110000 11011101 0 10100 0 1101 100101100 101000 1001110

Color Harmonies of #DDB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0DD

Black with #DDB0DD

Text Example


Text Example

White with #DDB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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