Html Css Color HEX #DDB0DB French Lilac

📋 copy color: '#DDB0DB'

red 221 ◦ green 176 ◦ blue 219

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

Shades of French Lilac #DDB0DB

Tints of French Lilac #DDB0DB

RGB

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

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

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

R = 35.88%
G = 28.57%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDB0DB (or 0xDDB0DB) is known color: French Lilac. HEX triplet: DD, B0 and DB. RGB value is (221,176,219). Sum of RGB (Red+Green+Blue) = 221+176+219=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0DB is #224F24. Grayscale: #C2C2C2. Windows color (decimal): -2248485 or 14397661. OLE color: 14397661.

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

Color convert

RGB 221 176 219 -
CMYK 0 0.20 0.01 0.13
HSL 302.67º 0.4% 0.78% -
HSV(B) 302.67º 0.2% 0.87% -
XYZ 58.13 51.54 73.9 -
YUV 194.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 221 176 219 0 0.20 0.01 0.13 302.67 0.4 0.78
Hex DD B0 DB 0 14 1 D 12F 28 4E
Octal 335 260 333 0 24 1 15 457 50 116
Binary 11011101 10110000 11011011 0 10100 1 1101 100101111 101000 1001110

Color Harmonies of #DDB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0DB

Black with #DDB0DB

Text Example


Text Example

White with #DDB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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