Html Css Color HEX #DBB1DB French Lilac

📋 copy color: '#DBB1DB'

red 219 ◦ green 177 ◦ blue 219

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

Shades of French Lilac #DBB1DB

Tints of French Lilac #DBB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.78%

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

R = 35.61%
G = 28.78%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBB1DB (or 0xDBB1DB) is known color: French Lilac. HEX triplet: DB, B1 and DB. RGB value is (219,177,219). Sum of RGB (Red+Green+Blue) = 219+177+219=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1DB is #244E24. Grayscale: #C2C2C2. Windows color (decimal): -2379301 or 14397915. OLE color: 14397915.

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

Color convert

RGB 219 177 219 -
CMYK 0 0.19 0 0.14
HSL 300º 0.37% 0.78% -
HSV(B) 300º 0.19% 0.86% -
XYZ 57.72 51.62 73.94 -
YUV 194.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 219 177 219 0 0.19 0 0.14 300 0.37 0.78
Hex DB B1 DB 0 13 0 E 12C 25 4E
Octal 333 261 333 0 23 0 16 454 45 116
Binary 11011011 10110001 11011011 0 10011 0 1110 100101100 100101 1001110

Color Harmonies of #DBB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB1DB

Black with #DBB1DB

Text Example


Text Example

White with #DBB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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