Html Css Color HEX #DCB1DB French Lilac

📋 copy color: '#DCB1DB'

red 220 ◦ green 177 ◦ blue 219

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

Shades of French Lilac #DCB1DB

Tints of French Lilac #DCB1DB

RGB

 RED value IS 220 (86.33% from 255) = 35.71%

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

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

R = 35.71%
G = 28.73%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCB1DB (or 0xDCB1DB) is known color: French Lilac. HEX triplet: DC, B1 and DB. RGB value is (220,177,219). Sum of RGB (Red+Green+Blue) = 220+177+219=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1DB is #234E24. Grayscale: #C2C2C2. Windows color (decimal): -2313765 or 14397916. OLE color: 14397916.

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

Color convert

RGB 220 177 219 -
CMYK 0 0.20 0.00 0.14
HSL 301.4º 0.38% 0.78% -
HSV(B) 301.4º 0.2% 0.86% -
XYZ 58.02 51.77 73.95 -
YUV 194.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 220 177 219 0 0.20 0.00 0.14 301.4 0.38 0.78
Hex DC B1 DB 0 14 0 E 12D 26 4E
Octal 334 261 333 0 24 0 16 455 46 116
Binary 11011100 10110001 11011011 0 10100 0 1110 100101101 100110 1001110

Color Harmonies of #DCB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1DB

Black with #DCB1DB

Text Example


Text Example

White with #DCB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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