Html Css Color HEX #DBBFD6 French Lilac

📋 copy color: '#DBBFD6'

red 219 ◦ green 191 ◦ blue 214

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

Shades of French Lilac #DBBFD6

Tints of French Lilac #DBBFD6

RGB

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

 GREEN value IS 191 (75% from 255) = 30.61%

 BLUE value IS 214 (83.98% from 255) = 34.29%

R = 35.1%
G = 30.61%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DBBFD6 (or 0xDBBFD6) is known color: French Lilac. HEX triplet: DB, BF and D6. RGB value is (219,191,214). Sum of RGB (Red+Green+Blue) = 219+191+214=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFD6 is #244029. Grayscale: #C9C9C9. Windows color (decimal): -2375722 or 14073819. OLE color: 14073819.

HSL color Cylindrical-coordinate representation of color #DBBFD6: hue angle of 310.71º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBFD6 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 191 214 -
CMYK 0 0.13 0.02 0.14
HSL 310.71º 0.28% 0.8% -
HSV(B) 310.71º 0.13% 0.86% -
XYZ 59.98 57.18 71.49 -
YUV 201.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 219 191 214 0 0.13 0.02 0.14 310.71 0.28 0.8
Hex DB BF D6 0 D 2 E 137 1C 50
Octal 333 277 326 0 15 2 16 467 34 120
Binary 11011011 10111111 11010110 0 1101 10 1110 100110111 11100 1010000

Color Harmonies of #DBBFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBFD6

Black with #DBBFD6

Text Example


Text Example

White with #DBBFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBFD6; }

 p { color: rgb(219,191,214); }

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

background-color css

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

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

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

border-color css

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

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

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