Html Css Color HEX #DBADD9 French Lilac

📋 copy color: '#DBADD9'

red 219 ◦ green 173 ◦ blue 217

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

Shades of French Lilac #DBADD9

Tints of French Lilac #DBADD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.63%

R = 35.96%
G = 28.41%
B = 35.63%

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

#DBADD9 (or 0xDBADD9) is known color: French Lilac. HEX triplet: DB, AD and D9. RGB value is (219,173,217). Sum of RGB (Red+Green+Blue) = 219+173+217=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADD9 is #245226. Grayscale: #BFBFBF. Windows color (decimal): -2380327 or 14265819. OLE color: 14265819.

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

Color convert

RGB 219 173 217 -
CMYK 0 0.21 0.01 0.14
HSL 302.61º 0.39% 0.77% -
HSV(B) 302.61º 0.21% 0.86% -
XYZ 56.68 49.96 72.3 -
YUV 191.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 219 173 217 0 0.21 0.01 0.14 302.61 0.39 0.77
Hex DB AD D9 0 15 1 E 12F 27 4D
Octal 333 255 331 0 25 1 16 457 47 115
Binary 11011011 10101101 11011001 0 10101 1 1110 100101111 100111 1001101

Color Harmonies of #DBADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADD9

Black with #DBADD9

Text Example


Text Example

White with #DBADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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