Html Css Color HEX #DBB0DC French Lilac

📋 copy color: '#DBB0DC'

red 219 ◦ green 176 ◦ blue 220

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

Shades of French Lilac #DBB0DC

Tints of French Lilac #DBB0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.77%

R = 35.61%
G = 28.62%
B = 35.77%

CMYK

 C value IS 0.00

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBB0DC (or 0xDBB0DC) is known color: French Lilac. HEX triplet: DB, B0 and DC. RGB value is (219,176,220). Sum of RGB (Red+Green+Blue) = 219+176+220=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0DC is #244F23. Grayscale: #C1C1C1. Windows color (decimal): -2379556 or 14463195. OLE color: 14463195.

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

Color convert

RGB 219 176 220 -
CMYK 0.00 0.2 0 0.14
HSL 298.64º 0.39% 0.78% -
HSV(B) 298.64º 0.2% 0.86% -
XYZ 57.66 51.28 74.57 -
YUV 193.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 219 176 220 0.00 0.2 0 0.14 298.64 0.39 0.78
Hex DB B0 DC 0 14 0 E 12B 27 4E
Octal 333 260 334 0 24 0 16 453 47 116
Binary 11011011 10110000 11011100 0 10100 0 1110 100101011 100111 1001110

Color Harmonies of #DBB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0DC

Black with #DBB0DC

Text Example


Text Example

White with #DBB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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