Html Css Color HEX #DBADD8 French Lilac

📋 copy color: '#DBADD8'

red 219 ◦ green 173 ◦ blue 216

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

Shades of French Lilac #DBADD8

Tints of French Lilac #DBADD8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.45%

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

R = 36.02%
G = 28.45%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBADD8 (or 0xDBADD8) is known color: French Lilac. HEX triplet: DB, AD and D8. RGB value is (219,173,216). Sum of RGB (Red+Green+Blue) = 219+173+216=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADD8 is #245227. Grayscale: #BFBFBF. Windows color (decimal): -2380328 or 14200283. OLE color: 14200283.

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

Color convert

RGB 219 173 216 -
CMYK 0 0.21 0.01 0.14
HSL 303.91º 0.39% 0.77% -
HSV(B) 303.91º 0.21% 0.86% -
XYZ 56.55 49.91 71.62 -
YUV 191.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 219 173 216 0 0.21 0.01 0.14 303.91 0.39 0.77
Hex DB AD D8 0 15 1 E 130 27 4D
Octal 333 255 330 0 25 1 16 460 47 115
Binary 11011011 10101101 11011000 0 10101 1 1110 100110000 100111 1001101

Color Harmonies of #DBADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADD8

Black with #DBADD8

Text Example


Text Example

White with #DBADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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