Html Css Color HEX #DBBCD8 French Lilac

📋 copy color: '#DBBCD8'

red 219 ◦ green 188 ◦ blue 216

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

Shades of French Lilac #DBBCD8

Tints of French Lilac #DBBCD8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.18%

 BLUE value IS 216 (84.77% from 255) = 34.67%

R = 35.15%
G = 30.18%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBBCD8 (or 0xDBBCD8) is known color: French Lilac. HEX triplet: DB, BC and D8. RGB value is (219,188,216). Sum of RGB (Red+Green+Blue) = 219+188+216=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCD8 is #244327. Grayscale: #C8C8C8. Windows color (decimal): -2376488 or 14204123. OLE color: 14204123.

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

Color convert

RGB 219 188 216 -
CMYK 0 0.14 0.01 0.14
HSL 305.81º 0.3% 0.8% -
HSV(B) 305.81º 0.14% 0.86% -
XYZ 59.59 55.98 72.63 -
YUV 200.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 219 188 216 0 0.14 0.01 0.14 305.81 0.3 0.8
Hex DB BC D8 0 E 1 E 132 1E 50
Octal 333 274 330 0 16 1 16 462 36 120
Binary 11011011 10111100 11011000 0 1110 1 1110 100110010 11110 1010000

Color Harmonies of #DBBCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCD8

Black with #DBBCD8

Text Example


Text Example

White with #DBBCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCD8; }

 p { color: rgb(219,188,216); }

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

background-color css

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

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

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

border-color css

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

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

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