Html Css Color HEX #DBB3DB French Lilac

📋 copy color: '#DBB3DB'

red 219 ◦ green 179 ◦ blue 219

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

Shades of French Lilac #DBB3DB

Tints of French Lilac #DBB3DB

RGB

 RED value IS 219 (85.94% from 255) = 35.49%

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

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

R = 35.49%
G = 29.01%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBB3DB (or 0xDBB3DB) is known color: French Lilac. HEX triplet: DB, B3 and DB. RGB value is (219,179,219). Sum of RGB (Red+Green+Blue) = 219+179+219=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3DB is #244C24. Grayscale: #C3C3C3. Windows color (decimal): -2378789 or 14398427. OLE color: 14398427.

HSL color Cylindrical-coordinate representation of color #DBB3DB: hue angle of 300º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB3DB is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 219 -
CMYK 0 0.18 0 0.14
HSL 300º 0.36% 0.78% -
HSV(B) 300º 0.18% 0.86% -
XYZ 58.12 52.41 74.07 -
YUV 195.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 219 179 219 0 0.18 0 0.14 300 0.36 0.78
Hex DB B3 DB 0 12 0 E 12C 24 4E
Octal 333 263 333 0 22 0 16 454 44 116
Binary 11011011 10110011 11011011 0 10010 0 1110 100101100 100100 1001110

Color Harmonies of #DBB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3DB

Black with #DBB3DB

Text Example


Text Example

White with #DBB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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