Html Css Color HEX #DBADD5 French Lilac

📋 copy color: '#DBADD5'

red 219 ◦ green 173 ◦ blue 213

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

Shades of French Lilac #DBADD5

Tints of French Lilac #DBADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.21%

R = 36.2%
G = 28.6%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBADD5 (or 0xDBADD5) is known color: French Lilac. HEX triplet: DB, AD and D5. RGB value is (219,173,213). Sum of RGB (Red+Green+Blue) = 219+173+213=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADD5 is #24522A. Grayscale: #BFBFBF. Windows color (decimal): -2380331 or 14003675. OLE color: 14003675.

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

Color convert

RGB 219 173 213 -
CMYK 0 0.21 0.03 0.14
HSL 307.83º 0.39% 0.77% -
HSV(B) 307.83º 0.21% 0.86% -
XYZ 56.17 49.75 69.59 -
YUV 191.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 219 173 213 0 0.21 0.03 0.14 307.83 0.39 0.77
Hex DB AD D5 0 15 3 E 134 27 4D
Octal 333 255 325 0 25 3 16 464 47 115
Binary 11011011 10101101 11010101 0 10101 11 1110 100110100 100111 1001101

Color Harmonies of #DBADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADD5

Black with #DBADD5

Text Example


Text Example

White with #DBADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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