Html Css Color HEX #DCB4DB French Lilac

📋 copy color: '#DCB4DB'

red 220 ◦ green 180 ◦ blue 219

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

Shades of French Lilac #DCB4DB

Tints of French Lilac #DCB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.08%

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

R = 35.54%
G = 29.08%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCB4DB (or 0xDCB4DB) is known color: French Lilac. HEX triplet: DC, B4 and DB. RGB value is (220,180,219). Sum of RGB (Red+Green+Blue) = 220+180+219=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4DB is #234B24. Grayscale: #C4C4C4. Windows color (decimal): -2312997 or 14398684. OLE color: 14398684.

HSL color Cylindrical-coordinate representation of color #DCB4DB: hue angle of 301.5º 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 #DCB4DB is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 219 -
CMYK 0 0.18 0.00 0.14
HSL 301.5º 0.36% 0.78% -
HSV(B) 301.5º 0.18% 0.86% -
XYZ 58.62 52.97 74.15 -
YUV 196.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 220 180 219 0 0.18 0.00 0.14 301.5 0.36 0.78
Hex DC B4 DB 0 12 0 E 12E 24 4E
Octal 334 264 333 0 22 0 16 456 44 116
Binary 11011100 10110100 11011011 0 10010 0 1110 100101110 100100 1001110

Color Harmonies of #DCB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4DB

Black with #DCB4DB

Text Example


Text Example

White with #DCB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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